SqlStudioLayoutManager.SetEnforceLayout Method
Defines the enforced layout of the control.
Namespace: Microsoft.SqlServer.Management.Controls
Assembly: Microsoft.SqlServer.Management.Controls (in Microsoft.SqlServer.Management.Controls.dll)
Syntax
'Declaration
Public Sub SetEnforceLayout ( _
control As Control, _
value As Boolean _
)
'Usage
Dim instance As SqlStudioLayoutManager
Dim control As Control
Dim value As Boolean
instance.SetEnforceLayout(control, value)
public void SetEnforceLayout(
Control control,
bool value
)
public:
void SetEnforceLayout(
Control^ control,
bool value
)
member SetEnforceLayout :
control:Control *
value:bool -> unit
public function SetEnforceLayout(
control : Control,
value : boolean
)
Parameters
- control
Type: System.Windows.Forms.Control
Control the layout of the control.
- value
Type: System.Boolean
true to get the value; otherwise, false.