AXPropertyName Enumeration |
Version 130.1.90
Values of AXProperty name:
- from 'busy' to 'roledescription': states which apply to every AX node
- from 'live' to 'root': attributes which apply to nodes in live regions
- from 'autocomplete' to 'valuetext': attributes which apply to widgets
- from 'checked' to 'selected': states which apply to widgets
- from 'activedescendant' to 'owns' - relationships between elements other than parent/child/sibling.
Namespace: CefSharp.DevTools.AccessibilityAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public enum AXPropertyName
public enum class AXPropertyName
Members Member name | Value | Description |
---|
Busy | 0 |
busy
|
Disabled | 1 |
disabled
|
Editable | 2 |
editable
|
Focusable | 3 |
focusable
|
Focused | 4 |
focused
|
Hidden | 5 |
hidden
|
HiddenRoot | 6 |
hiddenRoot
|
Invalid | 7 |
invalid
|
Keyshortcuts | 8 |
keyshortcuts
|
Settable | 9 |
settable
|
Roledescription | 10 |
roledescription
|
Live | 11 |
live
|
Atomic | 12 |
atomic
|
Relevant | 13 |
relevant
|
Root | 14 |
root
|
Autocomplete | 15 |
autocomplete
|
HasPopup | 16 |
hasPopup
|
Level | 17 |
level
|
Multiselectable | 18 |
multiselectable
|
Orientation | 19 |
orientation
|
Multiline | 20 |
multiline
|
Readonly | 21 |
readonly
|
Required | 22 |
required
|
Valuemin | 23 |
valuemin
|
Valuemax | 24 |
valuemax
|
Valuetext | 25 |
valuetext
|
Checked | 26 |
checked
|
Expanded | 27 |
expanded
|
Modal | 28 |
modal
|
Pressed | 29 |
pressed
|
Selected | 30 |
selected
|
Activedescendant | 31 |
activedescendant
|
Controls | 32 |
controls
|
Describedby | 33 |
describedby
|
Details | 34 |
details
|
Errormessage | 35 |
errormessage
|
Flowto | 36 |
flowto
|
Labelledby | 37 |
labelledby
|
Owns | 38 |
owns
|
Url | 39 |
url
|
See Also