DialogMessage Class |
Namespace: Enkoni.Framework.UI.Mvvm
The DialogMessage type exposes the following members.
Name | Description | |
---|---|---|
![]() | DialogMessage | Initializes a new instance of the DialogMessage class. |
![]() | DialogMessage(Object) | Initializes a new instance of the DialogMessage class. |
Name | Description | |
---|---|---|
![]() | Buttons | Gets or sets the buttons displayed by the message box. |
![]() | Callback | 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. |
![]() | Caption | Gets or sets the caption for the message box. |
![]() | DefaultResult | Gets or sets which result is the default in the message box. |
![]() | Icon | Gets or sets the icon for the message box. |
![]() | Message | Gets or sets the message to show. |
![]() | Sender | Gets or sets the message's sender. (Inherited from Message.) |
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | GetWindow | Searches for the Window that owns the sender. (Inherited from Message.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |