System.Windows.Forms.SizeGripStyle Enumeration

Specifies the style of the sizing grip on a System.Windows.Forms.Form.

Syntax

public enum SizeGripStyle

Remarks

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

Members

Member NameDescription
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
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0