RichTextBlockAutomationPeer(RichTextBlock) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.