40 references to ControlType
UIAutomationTypes (40)
System\Windows\Automation\ControlType.cs (40)
9
public static readonly
ControlType
Button;
10
public static readonly
ControlType
Calendar;
11
public static readonly
ControlType
CheckBox;
12
public static readonly
ControlType
ComboBox;
13
public static readonly
ControlType
Custom;
14
public static readonly
ControlType
DataGrid;
15
public static readonly
ControlType
DataItem;
16
public static readonly
ControlType
Document;
17
public static readonly
ControlType
Edit;
18
public static readonly
ControlType
Group;
19
public static readonly
ControlType
Header;
20
public static readonly
ControlType
HeaderItem;
21
public static readonly
ControlType
Hyperlink;
22
public static readonly
ControlType
Image;
23
public static readonly
ControlType
List;
24
public static readonly
ControlType
ListItem;
25
public static readonly
ControlType
Menu;
26
public static readonly
ControlType
MenuBar;
27
public static readonly
ControlType
MenuItem;
28
public static readonly
ControlType
Pane;
29
public static readonly
ControlType
ProgressBar;
30
public static readonly
ControlType
RadioButton;
31
public static readonly
ControlType
ScrollBar;
32
public static readonly
ControlType
Separator;
33
public static readonly
ControlType
Slider;
34
public static readonly
ControlType
Spinner;
35
public static readonly
ControlType
SplitButton;
36
public static readonly
ControlType
StatusBar;
37
public static readonly
ControlType
Tab;
38
public static readonly
ControlType
TabItem;
39
public static readonly
ControlType
Table;
40
public static readonly
ControlType
Text;
41
public static readonly
ControlType
Thumb;
42
public static readonly
ControlType
TitleBar;
43
public static readonly
ControlType
ToolBar;
44
public static readonly
ControlType
ToolTip;
45
public static readonly
ControlType
Tree;
46
public static readonly
ControlType
TreeItem;
47
public static readonly
ControlType
Window;
51
public static
ControlType
LookupById(int id);