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