Enum AccessibilityStatesV2
Definition
- Namespace:
- Tizen.NUI.BaseComponents
- Assembly:
- Tizen.NUI.dll
AccessibilityStatesV2 is an enumeration that represents the states of the view to send to accessibility service.
public enum AccessibilityStatesV2
Fields
| Name | Description |
|---|---|
| Busy | Indicates whether an element is currently busy or not. |
| Checked | Indicates the state of a checkable element. |
| Enabled | Indicates whether the view is enabled or not. |
| Expanded | Indicates whether an expandable element is currently expanded or collapsed. |
| Selected | Indicates whether a selectable element is currently selected or not. |