Table of Contents
Enumerations #
Name | Values |
---|---|
IconTypes | None Caution Note Question Stop |
Constants #
This class exposes no constants.
Events #
This class exposes no events.
Methods #
This class exposes no methods.
Properties #
Name | Type | Default Value | Description |
---|---|---|---|
ActionButton | MessageDialogButton | Nil | Button settings applied to the action button. Client system defaults will be used if unspecified. |
AlternateActionButton | MessageDialogButton | Nil | Button settings applied to the alternate action button. Client system defaults will be used if unspecified. |
CancelButton | MessageDialogButton | Nil | Button settings applied to the cancel button. Client system defaults will be used if unspecified. |
Explanation | String | “” | The text of a secondary message. |
IconType | IconTypes | IconTypes.None | Icon to display on the dialog. |
Message | String | “” | Dialog’s message content. |
Result | MessageDialogButton | Nil | Returns which button was pressed. |
Tag | Variant | Nil | Developer storage. |
Title | String | “” | Title text of the message dialog. |