BCGControlBar Library for .NET
IsMDITabsEnabled Method




A MDIContainer form to check the availability of the MDITabsEnabled mode.
Indicates if the MDITabsEnabled mode is set for the specified MDIContainer. It means that its MDIChild windows can be placed into the tabbed windows. Called by framework to check the availability of the MDITabsEnabled mode.
Syntax
'Declaration
 
Public Function IsMDITabsEnabled( _
   ByVal form As Form _
) As Boolean
'Usage
 
Dim instance As LayoutController
Dim form As Form
Dim value As Boolean
 
value = instance.IsMDITabsEnabled(form)
public bool IsMDITabsEnabled( 
   Form form
)
public: bool IsMDITabsEnabled( 
   Form* form
) 
public:
bool IsMDITabsEnabled( 
   Form^ form
) 

Parameters

form
A MDIContainer form to check the availability of the MDITabsEnabled mode.
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

LayoutController Class
LayoutController Members

Send Feedback