Hyperlink Constructor (Inline^)

 

Initializes a new instance of the Hyperlink class, taking a specified Inline object as the initial contents of the new Hyperlink.

Namespace:   System.Windows.Documents
Assembly:  PresentationFramework (in PresentationFramework.dll)

public:
Hyperlink(
	Inline^ childInline
)

Parameters

childInline
Type: System.Windows.Documents::Inline^

An Inline object specifying the initial contents of the new Hyperlink.

The following example demonstrates usage of this constructor.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 3.0
Return to top
Show: