StatusStrip.SizeGripBounds Property

Definition

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

public:
 property System::Drawing::Rectangle SizeGripBounds { System::Drawing::Rectangle get(); };
[System.ComponentModel.Browsable(false)]
public System.Drawing.Rectangle SizeGripBounds { get; }
[<System.ComponentModel.Browsable(false)>]
member this.SizeGripBounds : System.Drawing.Rectangle
Public ReadOnly Property SizeGripBounds As Rectangle

Property Value

A Rectangle representing the grip boundaries.

Attributes

Applies to