Form.SizeGripStyle Property
.NET Framework (current version)
Gets or sets the style of the size grip to display in the lower-right corner of the form.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Property Value
Type: System.Windows.Forms.SizeGripStyleA SizeGripStyle that represents the style of the size grip to display. The default is SizeGripStyle.Auto
| Exception | Condition |
|---|---|
| InvalidEnumArgumentException | The value specified is outside the range of valid values. |
This property enables you to determine when the sizing grip is displayed on the form. You can set this property to display the sizing grip or have it automatically displayed based on the setting of the FormBorderStyle property.
.NET Framework
Available since 1.1
Available since 1.1
Show: