Xceed Docking Windows for WinForms v2.3 Documentation
MdiFormCollection Class
Members 


Xceed.DockingWindows.TabbedMdi Namespace : MdiFormCollection Class
Contains a collection of MDI forms.
Syntax
'Declaration
 
<DefaultMemberAttribute("Item")>
Public Class MdiFormCollection 
   Inherits System.Collections.ObjectModel.Collection(Of Form)
'Usage
 
Dim instance As MdiFormCollection
[DefaultMember("Item")]
public class MdiFormCollection : System.Collections.ObjectModel.Collection<Form> 
Inheritance Hierarchy

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

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

Reference

MdiFormCollection Members
Xceed.DockingWindows.TabbedMdi Namespace