System.Windows.Forms.StatusBar.SizingGrip Property

Gets or sets a value indicating whether a sizing grip is displayed in the lower-right corner of the control.

Syntax

[System.ComponentModel.DefaultValue(true)]
public bool SizingGrip { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

You can use this property to display a sizing grip to provide an indication to the user when a form is resizable. If the Form.FormBorderStyle property of your System.Windows.Forms.Form is set to a border style that is not resizable, such asFormBorderStyle.Fixed3D or FormBorderStyle.FixedDialog, you should set the StatusBar.SizingGrip property to false to prevent the user from thinking that the form can be resized.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0