BCGControlBar Library for .NET
TabbedDocuments Property




Returns the collection of tabs from the tab item's collection of the related tabstrip.
Syntax
'Declaration
 
Public ReadOnly Property TabbedDocuments As TabItemCollection
'Usage
 
Dim instance As MDIContainer
Dim value As TabItemCollection
 
value = instance.TabbedDocuments
public TabItemCollection TabbedDocuments {get;}
public: __property TabItemCollection* get_TabbedDocuments();
public:
property TabItemCollection^ TabbedDocuments {
   TabItemCollection^ get();
}
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

MDIContainer Class
MDIContainer Members

Send Feedback