InputBoxEventArgs Class
Provides data for the DisplayInputBox event fired by an instance of Runner.
Namespace: XJTAG.Integration.XJRunner
Syntax
public class InputBoxEventArgs : EventArgs
Inheritance Hierarchy
- EventArgs
- object
Members
Properties
| Name | Description |
|---|---|
| Default | Gets the default input text. |
| ImageFilename | Returns the filename of an image to be displayed in the dialog box, or null if none was defined. |
| Prompt | Gets the prompt message for the input box. |
| Title | Gets the title of the input box. |
Methods
| Name | Description |
|---|---|
| Equals(object) (from object) | |
| Finalize (from object) | |
| GetHashCode (from object) | |
| GetType (from object) | |
| MemberwiseClone (from object) | |
| SetResult | Sets the result of the input (i.e. the string which was input). |
| ToString (from object) |
XJTAG v4.2.0
