ToolStripSplitButton::DropDownButtonBounds Property

 

Gets the size and location, in screen coordinates, of the drop-down button portion of a ToolStripSplitButton.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
[BrowsableAttribute(false)]
property Rectangle DropDownButtonBounds {
	Rectangle get();
}

Property Value

Type: System.Drawing::Rectangle

A Rectangle that represents the size and location of the drop-down button portion of a ToolStripSplitButton, in screen coordinates.

.NET Framework
Available since 2.0
Return to top
Show: