StatusStrip::GripStyle Property
.NET Framework (current version)
Gets or sets the visibility of the grip used to reposition the control.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
public: property ToolStripGripStyle GripStyle { ToolStripGripStyle get(); void set(ToolStripGripStyle value); }
Property Value
Type: System.Windows.Forms::ToolStripGripStyleOne of the ToolStripGripStyle values. The default is Hidden.
Even with the SizingGrip property set to true and the GripStyle property set to Visible, the sizing grip will not be displayed unless you also set the LayoutStyle property to one of the overflow values. If the LayoutStyle property is set to Flow or Table, the sizing grip will not be displayed.
The following code example demonstrates a StatusStrip with various common properties set, including the GripStyle property.
.NET Framework
Available since 2.0
Available since 2.0
Show: