AutomationControlType Enumeration
Definition
Namespace: Avalonia.Automation.Peers
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
public enum AutomationControlType
Public Enumeration AutomationControlType
type AutomationControlType
Members
None | 0 | |
Button | 1 | |
Calendar | 2 | |
CheckBox | 3 | |
ComboBox | 4 | |
ComboBoxItem | 5 | |
Edit | 6 | |
Hyperlink | 7 | |
Image | 8 | |
ListItem | 9 | |
List | 10 | |
Menu | 11 | |
MenuBar | 12 | |
MenuItem | 13 | |
ProgressBar | 14 | |
RadioButton | 15 | |
ScrollBar | 16 | |
Slider | 17 | |
Spinner | 18 | |
StatusBar | 19 | |
Tab | 20 | |
TabItem | 21 | |
Text | 22 | |
ToolBar | 23 | |
ToolTip | 24 | |
Tree | 25 | |
TreeItem | 26 | |
Custom | 27 | |
Group | 28 | |
Thumb | 29 | |
DataGrid | 30 | |
DataItem | 31 | |
Document | 32 | |
SplitButton | 33 | |
Window | 34 | |
Pane | 35 | |
Header | 36 | |
HeaderItem | 37 | |
Table | 38 | |
TitleBar | 39 | |
Separator | 40 |