Try OpenEdge Now
skip to main content
ABL Reference
Handle Attributes and Methods Reference : SMALL-TITLE attribute
 

SMALL-TITLE attribute

Indicates whether the window has a palette-style title bar.
Data type: LOGICAL
Access: Readable/Writable
Applies to: WINDOW widget
This title bar is shorter than a normal Windows title bar, and is commonly used for tool palettes (such as in the AppBuilder) and other auxiliary windows. Windows with small title bars do not have maximize or minimize buttons; they only have close buttons.
The MIN-BUTTON and MAX-BUTTON attributes have no effect on a window with a small title bar and are ignored. The CONTROL-BOX attribute specifies whether the window has a close button and system menu (available by right-clicking on the title bar or by pressing ALT+SPACE).
The SMALL-TITLE attribute must be set before the window is realized. The default value of SMALL-TITLE is FALSE.