AXValueNativeSourceType Enumeration |
Version 130.1.90
Enum of possible native property sources (as a subtype of a particular AXValueSourceType).
Namespace: CefSharp.DevTools.AccessibilityAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.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