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()()()().)
Protected method IsDefault
Checks whether the current C1HyperlinkTextAttrs has all default values.
(Overrides C1HyperlinkAttrs..::..IsDefault()()()().)
Protected method ShouldSerializeBackColor
Indicates whether the BackColor property should be serialized.
Protected method ShouldSerializeForeColor
Indicates whether the ForeColor property should be serialized.

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