MessageBoxEventArgs Class
Provides data for the DisplayMessageBox event fired by an instance of Runner.
Namespace: XJTAG.Integration.XJRunner
Syntax
public sealed class MessageBoxEventArgs : EventArgs
Inheritance Hierarchy
- EventArgs
- object
Members
Properties
| Name | Description |
|---|---|
| AvailableResults | Gets the collection of available results for this dialog. |
| Buttons | Gets the button options used by the message. |
| Icon | Gets the icon used by the message. |
| ImageFilename | Returns the filename of an image to be displayed with the dialog box, or null if none was defined. |
| IsAsync | Returns true if this is an async dialog box (created using the MESSAGEBOX_ASYNC XJEase function) or false if this is a standard dialog box (created using the MESSAGEBOX XJEase function). |
| Message | Gets the message text. |
| Title | Gets the title of the message. |
Methods
| Name | Description |
|---|---|
| Equals(object) (from object) | |
| Finalize (from object) | |
| GetHashCode (from object) | |
| GetType (from object) | |
| MemberwiseClone (from object) | |
| SetResult(DialogResult) | Sets the DialogResult of the associated MessageBox. |
| SetResult(MessageBoxResult) | Sets the DialogResult of the associated MessageBox. |
| ToString (from object) |
XJTAG v4.2.0
