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