Logo FS-Skia-UI

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

Button

Full Usage: Button

Chart

Full Usage: Chart

CheckBox

Full Usage: CheckBox

Custom

Full Usage: Custom

Dialog

Full Usage: Dialog

Graph

Full Usage: Graph

Grid

Full Usage: Grid

Image

Full Usage: Image

List

Full Usage: List

Menu

Full Usage: Menu

Progress

Full Usage: Progress

RadioGroup

Full Usage: RadioGroup

Slider

Full Usage: Slider

StaticText

Full Usage: StaticText

Tab

Full Usage: Tab

TextBox

Full Usage: TextBox

Instance members

Instance member Description

this.IsButton

Full Usage: this.IsButton

Returns: bool
Returns: bool

this.IsChart

Full Usage: this.IsChart

Returns: bool
Returns: bool

this.IsCheckBox

Full Usage: this.IsCheckBox

Returns: bool
Returns: bool

this.IsCustom

Full Usage: this.IsCustom

Returns: bool
Returns: bool

this.IsDialog

Full Usage: this.IsDialog

Returns: bool
Returns: bool

this.IsGraph

Full Usage: this.IsGraph

Returns: bool
Returns: bool

this.IsGrid

Full Usage: this.IsGrid

Returns: bool
Returns: bool

this.IsImage

Full Usage: this.IsImage

Returns: bool
Returns: bool

this.IsList

Full Usage: this.IsList

Returns: bool
Returns: bool

this.IsMenu

Full Usage: this.IsMenu

Returns: bool
Returns: bool

this.IsProgress

Full Usage: this.IsProgress

Returns: bool
Returns: bool

this.IsRadioGroup

Full Usage: this.IsRadioGroup

Returns: bool
Returns: bool

this.IsSlider

Full Usage: this.IsSlider

Returns: bool
Returns: bool

this.IsStaticText

Full Usage: this.IsStaticText

Returns: bool
Returns: bool

this.IsTab

Full Usage: this.IsTab

Returns: bool
Returns: bool

this.IsTextBox

Full Usage: this.IsTextBox

Returns: bool
Returns: bool

Type something to start searching.