Onetastic Macro Documentation >
>
>
DialogBox_AddLabel DialogBox_AddLabel
Adds a label to a dialog box.
Syntax
void DialogBox_AddLabel(
DialogBox dialogBox,
String label)
Parameters
- DialogBox dialogBox
- The dialog box to add the text box to.
- String label
- A text for the label.
|