BCGControlBar Library for .NET
IsLayoutEnabled Method




The form to specify the layout.
Specifies if it is available to adjust the layout of the specified form by the LayoutController instance.
Syntax
'Declaration
 
Public Function IsLayoutEnabled( _
   ByVal form As Form _
) As Boolean
'Usage
 
Dim instance As LayoutController
Dim form As Form
Dim value As Boolean
 
value = instance.IsLayoutEnabled(form)
public bool IsLayoutEnabled( 
   Form form
)
public: bool IsLayoutEnabled( 
   Form* form
) 
public:
bool IsLayoutEnabled( 
   Form^ form
) 

Parameters

form
The form to specify the layout.
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