$RESIZE - QB64 Wiki

$RESIZE

From QB64 Wiki

Revision as of 10:36, 15 March 2013 by Galleon (Talk | contribs)
(diff) ← Older revision | Current revision (diff) | Newer revision → (diff)
Jump to: navigation, search

The $RESIZE metacommand determines if a program window can be resized by the user.


Syntax:

$RESIZE:{ON|OFF}


  • When $RESIZE:ON is used, a program window can be resized by a program user. Otherwise it cannot be changed.
  • When $RESIZE:OFF (default) is used, the program's window size cannot be changed by the user.


See also:



Navigation:
Go to Keyword Reference - Alphabetical
Go to Keyword Reference - By usage
Go to Main WIKI Page