| Visual Basic (Declaration) | |
|---|---|
Public Property SizeGripStyle As SizeGripStyle | |
| C# | |
|---|---|
public SizeGripStyle SizeGripStyle {get; set;} | |
Property Value
A System.Windows.Forms.SizeGripStyle that represents the style of the size grip to display. The default is System.Windows.Forms.SizeGripStyle.Auto| Exception | Description |
|---|---|
| System.ComponentModel.InvalidEnumArgumentException | The value specified is outside the range of valid values. |