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 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

                
                

See also

All Component Classes

Technical Reference

LANSA Version 15, April 2020