Class DesktopControlTypeIds
Inheritance
System.Object
DesktopControlTypeIds
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.DesktopAutomation
Assembly: ArtOfTest.WebAii.dll
Syntax
public class DesktopControlTypeIds
Constructors
DesktopControlTypeIds()
Declaration
public DesktopControlTypeIds()
Fields
Button
Declaration
public const int Button = 50000
Field Value
System.Int32
|
CheckBox
Declaration
public const int CheckBox = 50002
Field Value
System.Int32
|
ComboBox
Declaration
public const int ComboBox = 50003
Field Value
System.Int32
|
DataGrid
Declaration
public const int DataGrid = 50028
Field Value
System.Int32
|
DataItem
Declaration
public const int DataItem = 50029
Field Value
System.Int32
|
Edit
Declaration
public const int Edit = 50004
Field Value
System.Int32
|
ListView
Declaration
public const int ListView = 50008
Field Value
System.Int32
|
ListViewItem
Declaration
public const int ListViewItem = 50007
Field Value
System.Int32
|
ProgressBar
Declaration
public const int ProgressBar = 50012
Field Value
System.Int32
|
RadioButton
Declaration
public const int RadioButton = 50013
Field Value
System.Int32
|
Tab
Declaration
public const int Tab = 50018
Field Value
System.Int32
|
TabItem
Declaration
public const int TabItem = 50019
Field Value
System.Int32
|
Text
Declaration
public const int Text = 50020
Field Value
System.Int32
|
TreeView
Declaration
public const int TreeView = 50023
Field Value
System.Int32
|
TreeViewItem
Declaration
public const int TreeViewItem = 50024
Field Value
System.Int32
|
Window
Declaration
public const int Window = 50032
Field Value
System.Int32
|