AXValueNativeSourceType Enumeration |
Version 89.0.170
Enum of possible native property sources (as a subtype of a particular AXValueSourceType).
Namespace:
CefSharp.DevTools.Accessibility
Assembly:
CefSharp (in CefSharp.dll) Version: 89.0.170.0 (89.0.170.0)
Syntax public enum AXValueNativeSourceType
public enum class AXValueNativeSourceType
Members
| Member name | Value | Description |
---|
| Figcaption | 0 |
figcaption
|
| Label | 1 |
label
|
| Labelfor | 2 |
labelfor
|
| Labelwrapped | 3 |
labelwrapped
|
| Legend | 4 |
legend
|
| Rubyannotation | 5 |
rubyannotation
|
| Tablecaption | 6 |
tablecaption
|
| Title | 7 |
title
|
| Other | 8 |
other
|
See Also