Language Reference Guide : 4. System Classes : FrameExec Class : IsToolWindow Attribute
 
Share this page                  
IsToolWindow Attribute
Data Type: integer
4GL Access: RW1
Determines whether the title bar has the tool window style. Possible values are TRUE and FALSE. This attribute has effect only if IsTitled is TRUE.
If IsToolWindow is TRUE, the height of the title bar is somewhat shorter than a regular title bar. Only a Close button may be displayed in the title bar when a frame has this style. If IsToolWindow is TRUE, Minimize and Maximize buttons are not displayed in the title bar.
You can set this attribute only before the frame is realized, either by setting it in the Frame Editor or by setting the attribute in the with clause of a callframe or openframe statement.
A window with the tool window style does not appear in the task bar.