This documentation is archived and is not being maintained.
SizeGripStyle Enumeration
.NET Framework 1.1
Specifies the style of the sizing grip on a Form.
[Visual Basic] <Serializable> Public Enum SizeGripStyle [C#] [Serializable] public enum SizeGripStyle [C++] [Serializable] __value public enum SizeGripStyle [JScript] public Serializable enum SizeGripStyle
Remarks
Use the members of this enumeration to set the value of the SizeGripStyle property of the Form.
Members
| 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. |
Requirements
Namespace: System.Windows.Forms
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
See Also
Show: