Click or drag to resize

DialogMessage Class

Default message for showing dialog messages.
Inheritance Hierarchy

Namespace:  Enkoni.Framework.UI.Mvvm
Assembly:  Enkoni.Framework.UI (in Enkoni.Framework.UI.dll) Version: 1.3.0.1
Syntax
[SerializableAttribute]
public class DialogMessage : Message

The DialogMessage type exposes the following members.

Constructors
  NameDescription
Public methodDialogMessage
Initializes a new instance of the DialogMessage class.
Public methodDialogMessage(Object)
Initializes a new instance of the DialogMessage class.
Top
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
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetWindow
Searches for the Window that owns the sender.
(Inherited from Message.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also