Click or drag to resize

MessageInfo Fields

The MessageInfo type exposes the following members.

Fields
  NameDescription
Public fieldButtons
Buttons to show with the message.
Public fieldCancelAction
What to do when the Cancel button is pressed?
Public fieldMessage
The message to show.
Public fieldNoAction
What to do when the No button is pressed?
Public fieldOkayAction
What to do when the Okay button is pressed?
Public fieldSubtitle
Sub-title to go along with the title.
Public fieldTitle
Title of the window.
Public fieldType
Type of message to show – determines the icon.
Public fieldYesAction
What to do when the Yes button is pressed?
Top
See Also