FormBorderStyle
Namespace: Wisej.Web
Assembly: Wisej.Framework (4.1.0.0)
Specifies the border styles for a form.
- C#
- VB.NET
public enum FormBorderStyle : Enum
Public Enum FormBorderStyle As [Enum]
Fields
| Name | Description |
|---|---|
| Fixed | A fixed, not resizable border. |
| FixedToolWindow | A tool window border that is not resizable. |
| None | No border. |
| Sizable | A resizable border. |
| SizableToolWindow | A resizable tool window border. |
Used By
| Name | Description |
|---|---|
| Form.FormBorderStyle | Returns or sets the border style of the form. |