The C1HyperlinkTextAttrs type exposes the following members.

Properties

  Name Description
Public property BackColor
Gets the background color. If this value indicates an empty or transparent color, the background color of a hyperlink is not changed.
Public property ForeColor
Gets the foreground (text) color. If this value indicates an empty or transparent color, the text color of a hyperlink is not changed.
Public property Static member HoverDefault
Gets the default attributes of highlighted hyperlinks.
Public property Static member NormalDefault
Gets the default attributes of "normal" (neither visited nor highlighted) hyperlinks.
Public property Underline
Gets a value indicating whether the text of a hyperlink is underlined.
Public property Static member VisitedDefault
Gets the default attributes of visited hyperlinks.

See Also