Onetastic Macro Documentation >
>
>
DialogBox_AddFontPicker DialogBox_AddFontPicker
Adds a font picker control to a dialog box.
Syntax
void DialogBox_AddFontPicker(
DialogBox dialogBox,
String label,
String name,
String initialValue)
Parameters
- DialogBox dialogBox
- The dialog box to add the font picker to.
- String label
- A label for the font picker.
- String name
- Name of the font picker. The font picked from the font picker will be stored dialogBox.controls[name] after the dialog is displayed using DialogBox_Show function.
- String initialValue
- The initial selected value of the font picker.
|