Class
DialogBatch

A group of dialogs to be monitored together.

Definition

Namespace:ArtOfTest.WebAii.Win32.Dialogs

Assembly:ArtOfTest.WebAii.dll

Syntax:

cs-api-definition
public class DialogBatch

Inheritance: objectDialogBatch

Constructors

DialogBatch()

Declaration

cs-api-definition
public DialogBatch()

Properties

AutoRemove

Indicates whether batch will be auto removed from dialog monitoring when all its dialogs are handled.

Declaration

cs-api-definition
public bool AutoRemove { get; set; }

Property Value

bool

Dialogs

Dialogs to be monitored.

Declaration

cs-api-definition
public List<IDialog> Dialogs { get; }

Property Value

List<IDialog>