Share via


SwitcherRenderer.ButtonsBounds Property

Gets the size and location of the control including its non-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 ButtonsBounds As Rectangle
    Get
'Usage
Dim instance As SwitcherRenderer
Dim value As Rectangle

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

Property Value

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