[]
Initializes a new instance of the C1HyperlinkTextAttrs class.
public C1HyperlinkTextAttrs()
Public Sub New()
Initializes a new instance of the C1HyperlinkTextAttrs class, assigning background and foreground colors and Underline property.
public C1HyperlinkTextAttrs(Color backColor, Color foreColor, bool underline)
Public Sub New(backColor As Color, foreColor As Color, underline As Boolean)
| 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)
Public Sub New(underline As Boolean)
| Type | Name | Description |
|---|---|---|
| bool | underline | A value indicating whether the hyperlink text should be underlined. |