Enum AccessibilityRoleV2
Definition
- Namespace:
- Tizen.NUI.BaseComponents
- Assembly:
- Tizen.NUI.dll
Specifies the role of an accessible object.
public enum AccessibilityRoleV2
Fields
| Name | Description |
|---|---|
| Adjustable | A slider |
| Alert | An alert |
| Button | A button |
| CheckBox | A check box |
| ComboBox | A combo box |
| Container | A container |
| Dialog | A dialog |
| Entry | An entry |
| Header | A header |
| Image | An Image |
| Link | A link |
| List | A list |
| ListItem | An item of the list |
| Menu | A menu |
| MenuBar | A menu bar |
| MenuItem | An item of the menu |
| Model | a model |
| None | None |
| Notification | A notification |
| PasswordText | A password text |
| PopupMenu | A popup menu |
| ProgressBar | A progress bar |
| RadioButton | A radio button |
| Scene3D | a Scene3D |
| ScrollBar | A scroll bar |
| SpinButton | A spin button |
| Tab | A tab |
| TabList | A tab list |
| Text | A text |
| ToggleButton | A toggle button |
| Toolbar | a tool bar |