TextAutomationPeer(FrameworkElement) Constructor

Definition

Initializes a new instance of the TextAutomationPeer class.

protected:
 TextAutomationPeer(System::Windows::FrameworkElement ^ owner);
protected TextAutomationPeer (System.Windows.FrameworkElement owner);
new System.Windows.Automation.Peers.TextAutomationPeer : System.Windows.FrameworkElement -> System.Windows.Automation.Peers.TextAutomationPeer
Protected Sub New (owner As FrameworkElement)

Parameters

owner
FrameworkElement

The TextPattern that is associated with this TextAutomationPeer.

Applies to

See also