Click or drag to resize

AccessibilityTree Constructor

Version 86.0.240
Initializes a new instance of the AccessibilityTree class

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

Parameters

owner
Type: System.WindowsFrameworkElement

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

Id
Type: SystemString

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

See Also