Specifies the style of the sizing grip on a Form.
[Visual Basic] Public Enum SizeGripStyle [C#] public enum SizeGripStyle [C++] public enum SizeGripStyle
[JScript] In JScript, you can use the enumerations in the NGWS frameworks, but you cannot define your own.
Use the members of this enumeration to set the value of the SizeGripStyle property of the Form.
Member Name | Description |
---|---|
Auto | The size grip is automatically display when needed. |
Hide | The sizing grip is hidden. |
Show | The sizing grip is always shown on the form. |
Namespace: System.WinForms
Assembly: System.WinForms.dll