<< Click to Display Table of Contents >> Navigation: ThinBASIC Modules > UI (User Interface) > DIALOGS > Dialog Commands > DIALOG SET MINSIZE |
Description
Set the minimum width/height window size.
Syntax
DIALOG SET MINSIZE hwnd, Width, Height
Returns
None
Parameters
Name |
Type |
Optional |
Meaning |
hwnd |
Number |
No |
Handle of the dialog |
Width |
Number |
No |
Minimum window width |
Height |
Number |
No |
Minimum window height |
Remarks
If the UNITS option was used when the dialog was created (see DIALOG NEW ...), Width and Height are intended to be expressed in dialog units. otherwise PIXELS.
Restrictions
See also
Examples