You can use the following action statements with dialog boxes:
Action |
Description |
add |
Creates a dialog region at runtime. |
change text |
Changes the text that appears in the title bar of the dialog box (if one exists). |
clear |
Deletes all the children in the dialog box. |
enable |
Enables the dialog box. |
disable |
Disables the dialog box. Users cannot interact with a disabled dialog box or any of its controls. |
make helpid |
Changes the help ID of the dialog box. |
make permanent/ temporary |
Changes the permanence of the dialog box. Note that using these make actions overrides the initial specification used during creation of the dialog region or dialog box. |
make visible/invisible |
Changes the visibility of the dialog box. |