Share via


RichTextBlockAutomationPeer(RichTextBlock) Constructor

Definition

Initializes a new instance of the RichTextBlockAutomationPeer class.

public:
 RichTextBlockAutomationPeer(RichTextBlock ^ owner);
 RichTextBlockAutomationPeer(RichTextBlock const& owner);
public RichTextBlockAutomationPeer(RichTextBlock owner);
function RichTextBlockAutomationPeer(owner)
Public Sub New (owner As RichTextBlock)

Parameters

owner
RichTextBlock

The RichTextBlock to create a peer for.

Applies to