ClassDesktopControlTypeIds
Class
Well know control type identifiers.
Definition
Namespace:ArtOfTest.WebAii.DesktopAutomation
Assembly:ArtOfTest.WebAii.dll
Syntax:
cs-api-definition
public class DesktopControlTypeIds
Inheritance: objectDesktopControlTypeIds
Constructors
DesktopControlTypeIds()
Declaration
cs-api-definition
public DesktopControlTypeIds()
Fields
Button
Identifier for button control.
CheckBox
Identifier for check box control.
ComboBox
Identifier for combo box control.
DataGrid
Identifier for data grid control.
DataItem
Identifier for data item control.
Edit
Identifier for text box control.
ListView
Identifier for list view control.
ListViewItem
Identifier for list view item control.
ProgressBar
Identifier for progress bar control.
RadioButton
Identifier for radio button control.
Tab
Identifier for tab control.
TabItem
Identifier for tab item control.
Text
Identifier for label control.
TreeView
Identifier for tree view control.
TreeViewItem
Identifier for tree view item control.