TextBlockAutomationPeer(TextBlock) Constructor

Definition

Initializes a new instance of the TextBlockAutomationPeer class.

public:
 TextBlockAutomationPeer(System::Windows::Controls::TextBlock ^ owner);
public TextBlockAutomationPeer (System.Windows.Controls.TextBlock owner);
new System.Windows.Automation.Peers.TextBlockAutomationPeer : System.Windows.Controls.TextBlock -> System.Windows.Automation.Peers.TextBlockAutomationPeer
Public Sub New (owner As TextBlock)

Parameters

owner
TextBlock

The TextBlock that is associated with this TextBlockAutomationPeer.

Applies to

See also