ToolStripSplitButton::SplitterBounds Property

 

Gets the boundaries of the separator between the standard and drop-down button portions of a ToolStripSplitButton.

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

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

Property Value

Type: System.Drawing::Rectangle

A Rectangle that represents the size and location of the separator.

Use the SplitterBounds property to do custom painting.

.NET Framework
Available since 2.0
Return to top
Show: