Share via


TextBlockAutomationPeer(TextBlock) Constructor

Definition

Initializes a new instance of the TextBlockAutomationPeer class.

public:
 TextBlockAutomationPeer(TextBlock ^ owner);
 TextBlockAutomationPeer(TextBlock const& owner);
public TextBlockAutomationPeer(TextBlock owner);
function TextBlockAutomationPeer(owner)
Public Sub New (owner As TextBlock)

Parameters

owner
TextBlock

The TextBlock to create a peer for.

Applies to