Click or drag to resize

AccessibilityTree Constructor

Version 130.1.90
Initializes a new instance of the AccessibilityTree class

Namespace: CefSharp.Wpf.Experimental.Accessibility
Assembly: CefSharp.Wpf (in CefSharp.Wpf.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax
public AccessibilityTree(
	FrameworkElement owner,
	string Id
)

Parameters

owner  FrameworkElement

[Missing <param name="owner"/> documentation for "M:CefSharp.Wpf.Experimental.Accessibility.AccessibilityTree.#ctor(System.Windows.FrameworkElement,System.String)"]

Id  String

[Missing <param name="Id"/> documentation for "M:CefSharp.Wpf.Experimental.Accessibility.AccessibilityTree.#ctor(System.Windows.FrameworkElement,System.String)"]

See Also