System.Windows.Forms 2.0.0.0 System.Object System.Collections.ICollection An HTML document may consist of a FRAMESET that defines multiple fixed FRAME objects, each of which contains its own HTML page. Alternatively, a document may contain a number of IFRAME objects, which can position documents arbitrarily inside of other documents. FRAME objects and IFRAME objects are represented at their top-most level by an , which contains elements of type . supports the interface so that it can be used in loop constructs. It also defines an Item method, which allows access to the elements of the collection either via a method call or using standard array syntax. If you create new windows with the or methods, and the documents hosted by these windows contain FRAME or IFRAME elements, that these elements will appear in the of the parent page. For more information on frames, see the documentation for the property. Represents the windows contained within another . Property 2.0.0.0 System.Int32 To be added. To be added. Gets the number of elements in the collection. Method 2.0.0.0 System.Collections.IEnumerator To be added. Returns an enumerator that can iterate through all elements in the . The that enables enumeration of this collection's elements. Property 2.0.0.0 System.Windows.Forms.HtmlWindow To be added. To be added. To be added. To be added. Property 2.0.0.0 System.Windows.Forms.HtmlWindow To be added. To be added. To be added. To be added. Method 2.0.0.0 System.Void To be added. Copies the elements of the collection to an , starting at a particular index. The one-dimensional that is the destination of the elements copied from collection. The must have zero-based indexing. The zero-based index in Array at which copying begins. Property 2.0.0.0 System.Boolean To be added. To be added. Gets a value indicating whether access to the collection is synchronized (thread safe). Property 2.0.0.0 System.Object To be added. To be added. Gets an object that can be used to synchronize access to the collection.