Language Reference Guide : 4. System Classes : FrameSource Class : IsMaximizable Attribute
 
Share this page                  
IsMaximizable Attribute
Data Type: smallint
4GL Access: RW
Determines the state of the Maximize button in the title bar. Possible values are TRUE and FALSE.
A Maximize button is displayed in the title bar only if IsToolWindow is FALSE and both IsTitled and IsClosable are TRUE. When a Maximize button is displayed in the title bar, it is enabled if IsMaximizable is TRUE and disabled if IsMaximizable is FALSE.