Xbasic
UI_DLG_RESIZE Function
Syntax
V UI_DLG_RESIZE(C title,Width as N,Height as N)
Arguments
- title
The name of the dialog box.
- Width
The new width of the dialog box.
- Height
The new height of the dialog box.
Description
Cause a sizable dialog to be resized - width or height of -1 means keep old size for width or height.
Discussion
The UI_DLG_RESIZE() function resizes a modeless dialog box.
Example
ui_modeless_dlg_box("Visible Xdialog", <<%dlg% <20,3Click Here> %dlg%) ui_dlg_resize("Visible Xdialog",10,10)
Limitations
Desktop applications only.
See Also