Xbasic
UI_DLG_MINIMIZE Function
Syntax
V UI_DLG_MINIMIZE(C title)
Arguments
- title
The name of the dialog box.
Description
Minimize a dialog.
Discussion
The UI_DLG_MINIMIZE() function minimizes the specified modeless dialog.
Example
The following example creates a modeless dialog box, then minimizes it.
ui_modeless_dlg_box("Visible Xdialog", <<%dlg% <20,3Click Here> %dlg%) ui_dlg_minimize("Visible Xdialog")
Limitations
Desktop applications only.
See Also