Enum | +--BorderStyle | +--FormBorderStylepublic class FormBorderStyle
Enumeration class that represents the border styles of a form.
Fields
Name | Description |
---|---|
FIXED_DIALOG | The associated form will have a thick, fixed dialog-style border. |
FIXED_TOOLWINDOW | The associated form will have a nonresizable tool window border. |
MAX | Topic under construction. |
MIN | Topic under construction. |
SIZABLE | The associated form will have a fully resizable border. |
SIZABLE_TOOLWINDOW | The associated form will have a resizable tool window border. |