UI_DLG_MINIMIZE()
Syntax
UI_DLG_MINIMIZE( Title as C )
|
Argument |
Description |
|
Title |
The name of the dialog box. |
Description
The UI_DLG_MINIMIZE() function minimizes the specified modeless dialog.
Supported By
Alpha Five Version 5 and Above
Limitations
Desktop applications only.
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") |
See Also