New to Telerik Test StudioStart a free 30-day trial

IDialog

Interface

Definition

Properties

C#
DialogCurrentState CurrentState { get; set; }
C#
string ErrorText { get; set; }
C#
int HandleCount { get; set; }
C#
DialogHandlerDelegate HandlerDelegate { get; set; }
C#
int InitializationTime { get; set; }
C#
Func<bool> SkipHandling { get; set; }
C#
Window Window { get; }

Methods

C#
void Handle()
C#
bool IsDialogActive(WindowCollection dialogs)
Parameters:dialogsWindowCollectionReturns:

bool

C#
bool MatchesUIAutomationElement(AutomationElement element)
Parameters:elementAutomationElementReturns:

bool