Messaging Methods
Provides methods used to display message boxes in Windows Forms XAF applications.Name | Description |
---|---|
Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
GetHashCode() | Serves as the default hash function. Inherited from Object. |
GetMessaging(XafApplication) static | Returns a new Messaging instance for a specific XafApplication. |
GetType() | Gets the Type of the current instance. Inherited from Object. |
GetUserChoice(String, String, MessageBoxButtons) | Displays a warning message box with specified message text, caption and buttons. |
MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
Show(Exception) | Displays a message box. |
Show(String, Exception) | Displays a message box. |
Show(String, String, MessageBoxButtons, MessageBoxIcon) | Displays a message box. |
Show(String, String) | Displays a message box. |
ShowException(String) | |
ShowExtendedException(String, Exception) | |
ToString() | Returns a string that represents the current object. Inherited from Object. |
See Also