Hyperlink Constructor (Inline^, TextPointer^)
.NET Framework (current version)
Initializes a new instance of the Hyperlink class, taking a specified Inline object as the initial contents of the new Hyperlink, and a TextPointer specifying an insertion position for the new Hyperlink.
Assembly: PresentationFramework (in PresentationFramework.dll)
Parameters
- childInline
-
Type:
System.Windows.Documents::Inline^
An Inline object specifying the initial contents of the new Hyperlink. This parameter may be null, in which case no Inline is inserted.
- insertionPosition
-
Type:
System.Windows.Documents::TextPointer^
A TextPointer specifying an insertion position at which to insert the Hyperlink element after it is created, or null for no automatic insertion.
.NET Framework
Available since 3.0
Available since 3.0
Show: