Click or drag to resize

DialogMessage Properties

The DialogMessage type exposes the following members.

Properties
  NameDescription
Public propertyButtons
Gets or sets the buttons displayed by the message box.
Public propertyCallback
Gets or sets a callback method that should be executed to deliver the result of the message box to the object that sent the message.
Public propertyCaption
Gets or sets the caption for the message box.
Public propertyDefaultResult
Gets or sets which result is the default in the message box.
Public propertyIcon
Gets or sets the icon for the message box.
Public propertyMessage
Gets or sets the message to show.
Public propertySender
Gets or sets the message's sender.
(Inherited from Message.)
Top
See Also