BCGControlBar Library for .NET
EnableLayout Method




A form to make enable or disable the adjusting of the layout.
If true, the adjusting of the layout is enable, otherwise, disable.
Sets available or disabled the adjusting of the layout by the LayoutController of the specified form. Called by the framework when it is necessary to cut off this layout and turn it on.
Syntax
'Declaration
 
Public Sub EnableLayout( _
   ByVal form As Form, _
   ByVal value As Boolean _
) 
'Usage
 
Dim instance As LayoutController
Dim form As Form
Dim value As Boolean
 
instance.EnableLayout(form, value)
public void EnableLayout( 
   Form form,
   bool value
)
public: void EnableLayout( 
   Form* form,
   bool value
) 
public:
void EnableLayout( 
   Form^ form,
   bool value
) 

Parameters

form
A form to make enable or disable the adjusting of the layout.
value
If true, the adjusting of the layout is enable, otherwise, disable.
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