Share via


SwitcherRenderer.ClientBounds Property

Gets the size and location of the control including its client elements, in pixels, relative to the parent control.

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

Syntax

'Declaration
Public ReadOnly Property ClientBounds As Rectangle
    Get
'Usage
Dim instance As SwitcherRenderer
Dim value As Rectangle

value = instance.ClientBounds
public Rectangle ClientBounds { get; }
public:
property Rectangle ClientBounds {
    Rectangle get ();
}
member ClientBounds : Rectangle
function get ClientBounds () : Rectangle

Property Value

Type: System.Drawing.Rectangle
An integer that represents the size and location of the rectangle including its client elements