Enum AccessibilityState
Definition
- Namespace:
- Tizen.NUI.BaseComponents
- Assembly:
- Tizen.NUI.dll
Enumeration of possible AT-SPI states for an object.
C#Copypublic enum AccessibilityState : int
Remarks
Object can be in many states at the same time.
Name | Description |
---|---|
Active | Active state. |
Animated | Animated state. |
Armed | Armed state. |
Busy | Busy state. |
Checkable | Checkable state. |
Checked | Checked state. |
Collapsed | Collapsed state. |
Defunct | Defunct state. |
Editable | Editable state. |
Enabled | Enabled state. |
Expandable | Expandable state. |
Expanded | Expanded state. |
Focusable | Focusable state. |
Focused | Focused state. |
HasPopup | Had popup state. |
HasTooltip | Had tooltip state. |
Highlightable | Highlightable state. |
Highlighted | Highlighted state. |
Horizontal | Horizontal state. |
Iconified | Iconified state. |
Indeterminate | Indeterminate state. |
Invalid | Invalid state. |
InvalidEntry | Invalid entry state. |
IsDefault | Default state. |
ManagesDescendants | Managed descendants state. |
Modal | Modal state. |
MultiLine | Multi-line state. |
MultiSelectable | Multi-selectable state. |
Opaque | Opaque state. |
Pressed | Pressed state. |
ReadOnly | Read only state. |
Required | Required state. |
Resizeable | Resizeable state. |
Selectable | Selectable state. |
SelectableText | Selectable text state. |
Selected | Selected state. |
Sensitive | Sensitive state. |
Showing | Showing state. |
SingleLine | Single line state. |
Stale | Stale state. |
SupportsAutocompletion | Supported auto completion state. |
Transient | Transient state. |
Truncated | Truncated state. |
Vertical | Vertical state. |
Visible | Visible state. |
Visited | Visited state. |