Share via


SplitButton.DropDownButtonRectangle Property

Gets the rectangle that represents the drop-down button of the control.

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

Syntax

'Declaration
Protected ReadOnly Property DropDownButtonRectangle As Rectangle
    Get
'Usage
Dim value As Rectangle

value = Me.DropDownButtonRectangle
protected Rectangle DropDownButtonRectangle { get; }
protected:
property Rectangle DropDownButtonRectangle {
    Rectangle get ();
}
member DropDownButtonRectangle : Rectangle
function get DropDownButtonRectangle () : Rectangle

Property Value

Type: System.Drawing.Rectangle
The value of the rectangle assigned to the control.