BCGControlBar Library for .NET
MdiTabsSettings Property (MDIContainer)




Gets the MDITabsOption object from the parent form.
Syntax
'Declaration
 
Public ReadOnly Property MdiTabsSettings As MdiTabsOptions
'Usage
 
Dim instance As MDIContainer
Dim value As MdiTabsOptions
 
value = instance.MdiTabsSettings
public MdiTabsOptions MdiTabsSettings {get;}
public: __property MdiTabsOptions* get_MdiTabsSettings();
public:
property MdiTabsOptions^ MdiTabsSettings {
   MdiTabsOptions^ 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