AXValueNativeSourceType Enumeration |
Version 88.2.90
Enum of possible native property sources (as a subtype of a particular AXValueSourceType).
Namespace:
CefSharp.DevTools.Accessibility
Assembly:
CefSharp (in CefSharp.dll) Version: 88.2.90.0 (88.2.90.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
|
| Tablecaption | 5 |
tablecaption
|
| Title | 6 |
title
|
| Other | 7 |
other
|
See Also