System.Windows.Forms.Form.SizeGripStyle Property

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

Syntax

[System.ComponentModel.DefaultValue(System.Windows.Forms.SizeGripStyle.Auto)]
public SizeGripStyle SizeGripStyle { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

This property enables you to determine when the sizing grip is displayed on the form. You can set this property to display the sizing grip or have it automatically displayed based on the setting of the Form.FormBorderStyle property.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0
Since: .NET 2.0