MessageBoxEventArgs Class |
Namespace: ABB.Robotics.Tps.Windows.Forms
public class MessageBoxEventArgs : EventArgs
The MessageBoxEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
| MessageBoxEventArgs |
Initializes a new instance of the MessageBoxEventArgs class.
| |
| MessageBoxEventArgs(DialogResult, String) |
Initializes a new instance of the MessageBoxEventArgs class with the specified result and a string that represent the pressed button.
| |
| MessageBoxEventArgs(DialogResult, String, Object) |
Initializes a new instance of the MessageBoxEventArgs class with the specified result, a string that represent the pressed button and a customized state of the caller.
| |
| MessageBoxEventArgs(DialogResult, String, Object, Boolean) |
Initializes a new instance of the MessageBoxEventArgs class with the specified result, a string that represent the pressed button and a customized state of the caller.
|
| Name | Description | |
|---|---|---|
| ButtonText | Gets the string of the pressed button. | |
| CheckMark | Gets value of the Check mark "Don't show this dialog again". | |
| DialogResult | Gets the result of the MessageBoxEventArgs instance | |
| State | Gets the customized data used in the GTPUMessageBox.Show method. |
| 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.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |