AvailableResults Property
Gets the collection of available results for this dialog.
Type: MessageBoxEventArgs
Namespace: XJTAG.Integration.XJRunner
Syntax
public MessageBoxResult[] AvailableResults { get; }
Type
- XJTAG.Integration.XJRunner.MessageBoxResult[]
Remarks
If this dialog is asynchronous (indicated by IsAsync) then XJEase code will continue to execute and the result of the dialog does not need to be set immediately. When you have a result, set it using the SetAsyncMessageBoxResult method. If the dialog is synchronous, use the SetResult method to set the to allow XJEase to continue.
XJTAG v4.2.5
