Xceed Docking Windows for WinForms v2.3 Documentation
Xceed.DockingWindows.TabbedMdi Namespace / MdiFormCollection Class
Members


In This Topic
    MdiFormCollection Class
    In This Topic
    Contains a collection of MDI forms.
    Syntax
    'Declaration
     
    <DefaultMemberAttribute("Item")>
    <DebuggerTypeProxyAttribute(System.Collections.Generic.Mscorlib_CollectionDebugView`1)>
    <DebuggerDisplayAttribute("Count = {Count}")>
    Public Class MdiFormCollection 
       Inherits System.Collections.ObjectModel.Collection(Of Form)
    'Usage
     
    Dim instance As MdiFormCollection
    [DefaultMember("Item")]
    [DebuggerTypeProxy(System.Collections.Generic.Mscorlib_CollectionDebugView`1)]
    [DebuggerDisplay("Count = {Count}")]
    public class MdiFormCollection : System.Collections.ObjectModel.Collection<Form> 
    Inheritance Hierarchy

    System.Object
       System.Collections.ObjectModel.Collection<T>
          Xceed.DockingWindows.TabbedMdi.MdiFormCollection

    Public Properties
     NameDescription
    Public Property (Inherited from System.Collections.ObjectModel.Collection<Form>)
    Public Property  
    Top
    Protected Properties
     NameDescription
    Protected Property (Inherited from System.Collections.ObjectModel.Collection<Form>)
    Top
    Public Methods
    Protected Methods
     NameDescription
    Protected MethodOverridden. Removes all forms from the collection.  
    Protected MethodOverridden. Inserts the form into the collection at the specified index.  
    Protected MethodOverridden. Removes the form at the specified index from the collection.  
    Protected MethodOverridden. Replaces the form at the specified index.  
    Top
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also