Class DialogMonitor
Inheritance
System.Object
DialogMonitor
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ArtOfTest.WebAii.Win32.Dialogs
Assembly: ArtOfTest.WebAii.dll
Syntax
public class DialogMonitor
Constructors
DialogMonitor()
Declaration
public DialogMonitor()
DialogMonitor(Boolean)
Declaration
public DialogMonitor(bool startMonitoring)
Parameters
System.Boolean
startMonitoring
|
DialogMonitor(Boolean, Manager)
Declaration
public DialogMonitor(bool startMonitoring, Manager manager)
Parameters
System.Boolean
startMonitoring
|
Manager
manager
|
Properties
Dialogs
Declaration
public ReadOnlyCollection<IDialog> Dialogs { get; }
Property Value
System.Collections.ObjectModel.ReadOnlyCollection<IDialog>
|
IsMonitoring
Declaration
public bool IsMonitoring { get; }
Property Value
System.Boolean
|
Methods
AddDialog(IDialog)
GetAllDialogs()
RemoveDialog(IDialog)
RemoveDialogs(IDialog[])
Declaration
public void RemoveDialogs(params IDialog[] specifiedDialogsToRemove)
Parameters
IDialog[]
specifiedDialogsToRemove
|
Start()
Declaration
public void Start()
Stop()
Declaration
public void Stop()
Events
UnexpectedDialogEvent
Declaration
public event EventHandler<WindowEventArgs> UnexpectedDialogEvent
Event Type
System.EventHandler<WindowEventArgs>
|