SqlStudioLayoutManager.GetVerticalIndent Method
Obtains 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 Function GetVerticalIndent ( _
control As Control _
) As SqlStudioLayoutManager..::..SqlStudioLayoutIndent
'Usage
Dim instance As SqlStudioLayoutManager
Dim control As Control
Dim returnValue As SqlStudioLayoutManager..::..SqlStudioLayoutIndent
returnValue = instance.GetVerticalIndent(control)
public SqlStudioLayoutManager..::..SqlStudioLayoutIndent GetVerticalIndent(
Control control
)
public:
SqlStudioLayoutManager..::..SqlStudioLayoutIndent GetVerticalIndent(
Control^ control
)
member GetVerticalIndent :
control:Control -> SqlStudioLayoutManager..::..SqlStudioLayoutIndent
public function GetVerticalIndent(
control : Control
) : SqlStudioLayoutManager..::..SqlStudioLayoutIndent
Parameters
- control
Type: System.Windows.Forms.Control
Controls the layout of the control.
Return Value
Type: Microsoft.SqlServer.Management.Controls.SqlStudioLayoutManager.SqlStudioLayoutIndent
Returns a value that represents the vertical indentation of the control.