ComponentOne Document Library for WinForms
LinkTarget Property (C1Hyperlink)

C1.Win.C1Document.4 Assembly > C1.Win.C1Document Namespace > C1Hyperlink Class : LinkTarget Property
Determines the target of the current hyperlink.
Syntax
'Declaration
 
Public Property LinkTarget As C1LinkTargetBase
public C1LinkTargetBase LinkTarget {get; set;}
Remarks

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

See Also

Reference

C1Hyperlink Class
C1Hyperlink Members