Form - FrameStyle Property

FrameStyle sets the style of a form's frame

Member of Form (PRIM_FORM)

Data Type - Enumeration

Details

The FrameStyle property defines the appearance of the frame and title bar for form.
 
For most scenarios Sizable and Single will be sufficient.

Allowed Values

Enum ValueDescription
DialogNon-sizable with title bar. No BorderIcons support
NoneNon-sizable, no title bar and no frame
SingleNon-sizable with title bar. BorderIcons support for Maximize and Minimize only
SizableSizable with title bar and full BorderIcons support
SizeToolWindowSizable with title bar using reduced font size. No BorderIcons support
ToolWindowNon-sizable with title bar using reduced font size. No BorderIcons support


 
 

See also

All Component Classes

Technical Reference

Febuary 18 V14SP2