C1.WPF.Document.4.6.2 Assembly / C1.WPF.Document Namespace / C1Hyperlink Class / LinkTarget Property

In This Topic
LinkTarget Property (C1Hyperlink)
In This Topic
Determines the target of the current hyperlink.
Syntax
'Declaration
 
Public Property LinkTarget As C1LinkTargetBase
 
Remarks

The hyperlink target is described by an instance of a class derived from C1LinkTargetBase, and can be of one of the following types:

  • An anchor defined within the current or external document.
  • An external document, program or URL. The ShellExecute API is used to invoke the link.
See Also