StatusStrip::SizeGripBounds Property

 

Gets the boundaries of the sizing handle (grip) for a StatusStrip.

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

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

Property Value

Type: System.Drawing::Rectangle

A Rectangle representing the grip boundaries.

.NET Framework
Available since 2.0
Return to top
Show: