Callback, which is called when the button is clicked. If the callback is not defined, the returnValue property must be defined.
Content to display in the button.
Flag indicating whether the button is initially disabled. The default value is false; that is, the button is enabled.
Unique identifier for the button. This ID is passed to the callback, which is called when the button is clicked.
Keyboard key or code associated with the button.
Return value with which the dialog is closed when the button is clicked. This property is used (and must be defined) only if the callback property is undefined.
Generated using TypeDoc
The IDialogButton interface describes a single button in the dialog's button bar.