New to Telerik Test StudioStart a free 30-day trial

Definition

Namespace:ArtOfTest.WebAii.DesktopAutomation

Assembly:ArtOfTest.WebAii.dll

Syntax:

C#
public class DesktopControlTypeIds

Inheritance: objectDesktopControlTypeIds

Constructors

C#
public DesktopControlTypeIds()

Fields

C#
public const int Button = 50000
C#
public const int CheckBox = 50002
C#
public const int ComboBox = 50003
C#
public const int DataGrid = 50028
C#
public const int DataItem = 50029
C#
public const int Edit = 50004
C#
public const int ListView = 50008
C#
public const int ListViewItem = 50007
C#
public const int ProgressBar = 50012
C#
public const int RadioButton = 50013
C#
public const int Tab = 50018
C#
public const int TabItem = 50019
C#
public const int Text = 50020
C#
public const int TreeView = 50023
C#
public const int TreeViewItem = 50024
C#
public const int Window = 50032