| Attribute Name | Description
|
|---|
| ButtonText | Not currently used.
|
| Cancel, Close, No, OK, Yes | Non-persistent attributes indicating whether each
of these buttons should be displayed in a message box.
|
| DisplayMethod | The default display method for this message. Values can be:
MSGBOX -- Display in a message box.
STATUS -- Display in the status bar.
TEXT -- Used for miscellaneous text.
|
| Exclamation, Stop, Warning | Non-persistent attributes indicating whether each
of these icons should be displayed.
|
| MsgGroup | The message group. This roughly corresponds to the functional area where the message
will generally be used.
|
| MsgKey | An identifier for this message that is unique within its message group.
|
| Options | Persistent attribute indicating all of the choices made for message buttons and icons.
|
| Title | Not currently used.
|
| Value | The text of this message. Placeholders for substitution parameters should be indicated
by an integer within curly brackets, starting with 0, for example {0}.
|