Class
DesktopApplicationPopup

Represents a window in a desktop application

Definition

Namespace:ArtOfTest.WebAii.DesktopAutomation

Assembly:ArtOfTest.WebAii.dll

Syntax:

cs-api-definition
public class DesktopApplicationPopup : IDesktopAutomationHost, IAutomationHost, ISupportSearchHost, IAnnotationHost

Inheritance: objectDesktopApplicationPopup

Implements: IAnnotationHostIAutomationHostIDesktopAutomationHostISupportSearchHost

Properties

ClassName

Popup class name.

Declaration

cs-api-definition
public string ClassName { get; }

Property Value

string

ControlTypeName

Get popup control type name.

Declaration

cs-api-definition
public string ControlTypeName { get; }

Property Value

string

CreationDate

The moment when current object was created.

Declaration

cs-api-definition
public DateTime CreationDate { get; }

Property Value

DateTime

Element

Get root desktop element.

Declaration

cs-api-definition
public DesktopElement Element { get; }

Property Value

DesktopElement

Find

Find object. Use to search desktop elements by specific properties.

Declaration

cs-api-definition
public DesktopFind Find { get; }

Property Value

DesktopFind

Implements IDesktopAutomationHost.Find

Handle

Native handle of the window.

Declaration

cs-api-definition
public IntPtr Handle { get; }

Property Value

IntPtr

NativeWindow

Pop up native window.

Declaration

cs-api-definition
public Window NativeWindow { get; }

Property Value

Window

Implements IDesktopAutomationHost.NativeWindow