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);
A System.Drawing.SizeGripStyle that represents the style of size grip to display.
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.
Form Class | Form Members | System.WinForms Namespace | BorderStyle | SizeGripStyle