SizeGripStyle Enumeration
.NET Framework (current version)
Specifies the style of the sizing grip on a Form.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
| Member name | Description | |
|---|---|---|
| Auto | The sizing grip is automatically displayed when needed. | |
| Hide | The sizing grip is hidden. | |
| Show | The sizing grip is always shown on the form. |
Use the members of this enumeration to set the value of the SizeGripStyle property of the Form.
.NET Framework
Available since 1.1
Available since 1.1
Show: