NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

SizeGripStyle Enumeration

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.

Remarks

Use the members of this enumeration to set the value of the SizeGripStyle property of the Form.

Members

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.

Requirements

Namespace: System.WinForms

Assembly: System.WinForms.dll

See Also

System.WinForms Namespace | SizeGripStyle