Share via


SqlStudioLayoutManager.SetVerticalIndent Method

Defines the vertical indentation of the control.

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

Syntax

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

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

Parameters