MessageInfo Structure |
Namespace: Kit.UI.Message
The MessageInfo type exposes the following members.
| Name | Description | |
|---|---|---|
| Buttons | Buttons to show with the message. | |
| CancelAction | What to do when the Cancel button is pressed? | |
| Message | The message to show. | |
| NoAction | What to do when the No button is pressed? | |
| OkayAction | What to do when the Okay button is pressed? | |
| Subtitle | Sub-title to go along with the title. | |
| Title | Title of the window. | |
| Type | Type of message to show – determines the icon. | |
| YesAction | What to do when the Yes button is pressed? |