Share via


SqlStudioLayoutManager.SetHorizontalIndent Method

Defines the horizontal indentation of the control.

Namespace:  Microsoft.SqlServer.Management.Controls
Assembly:  Microsoft.SqlServer.Management.Controls (in Microsoft.SqlServer.Management.Controls.dll)

Syntax

'Declaration
Public Sub SetHorizontalIndent ( _
    control As Control, _
    indent As SqlStudioLayoutManager..::..SqlStudioLayoutIndent _
)
'Usage
Dim instance As SqlStudioLayoutManager
Dim control As Control
Dim indent As SqlStudioLayoutManager..::..SqlStudioLayoutIndent

instance.SetHorizontalIndent(control, _
    indent)
public void SetHorizontalIndent(
    Control control,
    SqlStudioLayoutManager..::..SqlStudioLayoutIndent indent
)
public:
void SetHorizontalIndent(
    Control^ control, 
    SqlStudioLayoutManager..::..SqlStudioLayoutIndent indent
)
member SetHorizontalIndent : 
        control:Control * 
        indent:SqlStudioLayoutManager..::..SqlStudioLayoutIndent -> unit 
public function SetHorizontalIndent(
    control : Control, 
    indent : SqlStudioLayoutManager..::..SqlStudioLayoutIndent
)

Parameters