[]
Initializes a new instance of the C1HyperlinkTextAttrs class.
public C1HyperlinkTextAttrs()
Initializes a new instance of the C1HyperlinkTextAttrs class, assigning background and foreground colors and Underline property.
public C1HyperlinkTextAttrs(Color backColor, Color foreColor, bool underline)
Type | Name | Description |
---|---|---|
Color | backColor | The background color of the hyperlink text. |
Color | foreColor | The foreground color of the hyperlink text. |
bool | underline | A value indicating whether the hyperlink text should be underlined. |
Initializes a new instance of the C1HyperlinkTextAttrs class, assigning Underline property.
public C1HyperlinkTextAttrs(bool underline)
Type | Name | Description |
---|---|---|
bool | underline | A value indicating whether the hyperlink text should be underlined. |