Language Reference Guide : 4. System Classes : FrameExec Class : IsResizeable Attribute
 
Share this page                  
IsResizeable Attribute
Data Type: smallint
4GL Access: RW1
The IsResizeable attribute is TRUE if the end user can resize the frame's window.
You cannot set this attribute after the frame is running. You can set it in the frame's property sheet when you create the frame or when you run the frame using an openframe or callframe statement (using the with clause).
When a frame has IsResizeable set to TRUE, you should not set IsPopup to TRUE.
When the IsResizeable and HasStatusBar attributes are both set to TRUE, a SizeGrid appears in the status bar.