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