Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / HyperlinkOnAction Class / HighlightClick Property

In This Topic
    HighlightClick Property
    In This Topic
    Gets or sets a value indicating whether the hyperlink was visited so applications can utilize this property to color the text.
    Syntax
    'Declaration
     
    Public Property HighlightClick As System.Boolean
    public System.bool HighlightClick {get; set;}
    See Also