FormBorderStyle
FormBorderStyle enum
Defines how the border is drawn.
enum class FormBorderStyle
Values
Name | Value | Description |
---|---|---|
None | 0 | No border at all. |
FixedSingle | 1 | Single border. |
Fixed3D | 2 | 3D-like border. |
FixedDialog | 3 | Dialog style border. |
Sizable | 4 | Resizable border. |
FixedToolWindow | 5 | Unresizable tool window border. |
SizableToolWindow | 6 | Resizable tool window border. |
See Also
- Namespace System::Windows::Forms
- Library Aspose.Slides