TextElementAutomationPeer(TextElement) Constructor

Definition

Initializes a new instance of the TextElementAutomationPeer class.

public:
 TextElementAutomationPeer(System::Windows::Documents::TextElement ^ owner);
public TextElementAutomationPeer (System.Windows.Documents.TextElement owner);
new System.Windows.Automation.Peers.TextElementAutomationPeer : System.Windows.Documents.TextElement -> System.Windows.Automation.Peers.TextElementAutomationPeer
Public Sub New (owner As TextElement)

Parameters

owner
TextElement

The TextElement that is associated with this TextElementAutomationPeer.

Applies to

See also