AccessibilityRole Type
Accessibility/semantic role of a control (`AccessibilityRole`), e.g. `Button`, `Slider`, `Grid`, or `Chart`; drives keyboard routing and assistive-tech naming, with `Custom` for roles outside the built-in set.
Union cases
| Union case |
Description
|
Full Usage:
Button
|
|
Full Usage:
Chart
|
|
Full Usage:
CheckBox
|
|
Full Usage:
Custom
|
|
Full Usage:
Dialog
|
|
Full Usage:
Graph
|
|
Full Usage:
Grid
|
|
Full Usage:
Image
|
|
Full Usage:
List
|
|
Full Usage:
Menu
|
|
Full Usage:
Progress
|
|
Full Usage:
RadioGroup
|
|
Full Usage:
Slider
|
|
Full Usage:
StaticText
|
|
Full Usage:
Tab
|
|
Full Usage:
TextBox
|
|
Instance members
| Instance member |
Description
|
Full Usage:
this.IsButton
Returns: bool
|
|
Full Usage:
this.IsChart
Returns: bool
|
|
Full Usage:
this.IsCheckBox
Returns: bool
|
|
Full Usage:
this.IsCustom
Returns: bool
|
|
Full Usage:
this.IsDialog
Returns: bool
|
|
Full Usage:
this.IsGraph
Returns: bool
|
|
Full Usage:
this.IsGrid
Returns: bool
|
|
Full Usage:
this.IsImage
Returns: bool
|
|
Full Usage:
this.IsList
Returns: bool
|
|
Full Usage:
this.IsMenu
Returns: bool
|
|
Full Usage:
this.IsProgress
Returns: bool
|
|
Full Usage:
this.IsRadioGroup
Returns: bool
|
|
Full Usage:
this.IsSlider
Returns: bool
|
|
Full Usage:
this.IsStaticText
Returns: bool
|
|
Full Usage:
this.IsTab
Returns: bool
|
|
Full Usage:
this.IsTextBox
Returns: bool
|
|