Share via


SqlStudioLayoutManager.GetHorizontalIndent Method

Obtains 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 Function GetHorizontalIndent ( _
    control As Control _
) As SqlStudioLayoutManager..::..SqlStudioLayoutIndent
'Usage
Dim instance As SqlStudioLayoutManager
Dim control As Control
Dim returnValue As SqlStudioLayoutManager..::..SqlStudioLayoutIndent

returnValue = instance.GetHorizontalIndent(control)
public SqlStudioLayoutManager..::..SqlStudioLayoutIndent GetHorizontalIndent(
    Control control
)
public:
SqlStudioLayoutManager..::..SqlStudioLayoutIndent GetHorizontalIndent(
    Control^ control
)
member GetHorizontalIndent : 
        control:Control -> SqlStudioLayoutManager..::..SqlStudioLayoutIndent 
public function GetHorizontalIndent(
    control : Control
) : SqlStudioLayoutManager..::..SqlStudioLayoutIndent

Parameters

Return Value

Type: Microsoft.SqlServer.Management.Controls.SqlStudioLayoutManager.SqlStudioLayoutIndent
Returns a value that represents the horizontal indentation of the control.