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!

Form.SizeGripStyle

Gets or sets the style of size grip to display in the lower-left corner of the form.

[Visual Basic]
Public Property SizeGripStyle As SizeGripStyle
[C#]
public SizeGripStyle SizeGripStyle {get; set;}
[C++]
public: __property SizeGripStyle get_SizeGripStyle();
public: __property void set_SizeGripStyle(SizeGripStyle);
[JScript]
public function get SizeGripStyle() : SizeGripStyle;
public function set SizeGripStyle(SizeGripStyle);

Property Value

A System.Drawing.SizeGripStyle that represents the style of size grip to display.

Remarks

This property enables you to determine when the sizing grip will be displayed on the form. You can set this property to display the sizing grip or not or have it automatically displayed based on the setting of the BorderStyle property.

See Also

Form Class | Form Members | System.WinForms Namespace | BorderStyle | SizeGripStyle