Chapter Contents |
Previous |
Next |
Frame Class: _resize |
Syntax | |
Details |
Syntax |
objectName._resize( ); |
Details |
The _resize method is invoked automatically when the _resize method is enabled (see _enableResizeNotify) and the frame is resized. Many hosts allow windows to be resized by grabbing the window borders and moving them. The frame can also be resized via SCL functions, for example, WDEF.
To enable or disable the _resize method, use the _enableResizeNotify and _disableResizeNotify methods, respectively.
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.