FrameStyle sets the style of a form's frame
Member of Form (PRIM_FORM)
Data Type - Enumeration
The FrameStyle property defines the appearance of the frame and title bar for form. For most scenarios Sizable and Single will be sufficient.
Enum Value | Description |
---|---|
Dialog | Non-sizable with title bar. No BorderIcons support |
None | Non-sizable, no title bar and no frame |
Single | Non-sizable with title bar. BorderIcons support for Maximize and Minimize only |
Sizable | Sizable with title bar and full BorderIcons support |
SizeToolWindow | Sizable with title bar using reduced font size. No BorderIcons support |
ToolWindow | Non-sizable with title bar using reduced font size. No BorderIcons support |
Febuary 18 V14SP2