The C1HyperlinkTextAttrs type exposes the following members.

Constructors

  Name Description
Public method C1HyperlinkTextAttrs()()()()
Initializes a new instance of the C1HyperlinkTextAttrs class.
Public method C1HyperlinkTextAttrs(Boolean)
Initializes a new instance of the C1HyperlinkTextAttrs class, assigning Underline property.
Public method C1HyperlinkTextAttrs(Color, Color, Boolean)
Initializes a new instance of the C1HyperlinkTextAttrs class, assigning background and foreground colors and Underline property.

Methods

  Name Description
Public method Equals
Determines whether the specified object is equal to the current object. This method compares properties on the two objects.
(Overrides Object..::..Equals(Object).)
Public method GetHashCode
Serves as a hash function for C1HyperlinkTextAttrs.
(Overrides Object..::..GetHashCode()()()().)

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