Click or drag to resize

AXPropertyName Enumeration

Version 86.0.240
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.Accessibility
Assembly:  CefSharp (in CefSharp.dll) Version: 86.0.240.0 (86.0.240.0)
Syntax
public enum AXPropertyName
Members
  Member nameValueDescription
Busy0 busy
Disabled1 disabled
Editable2 editable
Focusable3 focusable
Focused4 focused
Hidden5 hidden
HiddenRoot6 hiddenRoot
Invalid7 invalid
Keyshortcuts8 keyshortcuts
Settable9 settable
Roledescription10 roledescription
Live11 live
Atomic12 atomic
Relevant13 relevant
Root14 root
Autocomplete15 autocomplete
HasPopup16 hasPopup
Level17 level
Multiselectable18 multiselectable
Orientation19 orientation
Multiline20 multiline
Readonly21 readonly
Required22 required
Valuemin23 valuemin
Valuemax24 valuemax
Valuetext25 valuetext
Checked26 checked
Expanded27 expanded
Modal28 modal
Pressed29 pressed
Selected30 selected
Activedescendant31 activedescendant
Controls32 controls
Describedby33 describedby
Details34 details
Errormessage35 errormessage
Flowto36 flowto
Labelledby37 labelledby
Owns38 owns
See Also