RichTextBlockOverflowAutomationPeer(RichTextBlockOverflow) 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 RichTextBlockOverflowAutomationPeer class.
public:
RichTextBlockOverflowAutomationPeer(RichTextBlockOverflow ^ owner);
RichTextBlockOverflowAutomationPeer(RichTextBlockOverflow const& owner);
public RichTextBlockOverflowAutomationPeer(RichTextBlockOverflow owner);
function RichTextBlockOverflowAutomationPeer(owner)
Public Sub New (owner As RichTextBlockOverflow)
Parameters
- owner
- RichTextBlockOverflow
The RichTextBlockOverflow to create a peer for.