Onetastic Macro Documentation >
>
>
DialogBox_Show DialogBox_Show
Displays a dialog box created with DialogBox_Create function. If a dialog box is closed by clicking on one of the action buttons, DialogBox_Show will return the name of the button. If no custom buttons are added by DialogBox_AddButton to the dialog box, then user can click on the default "OK" button and DialogBox_Show will then return "ok".
Syntax
String DialogBox_Show(DialogBox dialogBox)
Parameters
- DialogBox dialogBox
- The dialog box object to display.
|