C1HyperlinkTextAttrs Constructor(Boolean)
In This Topic
Initializes a new instance of the
C1HyperlinkTextAttrs class, assigning
Underline property.
Syntax
'Declaration
Public Function New( _
ByVal As Boolean _
)
public C1HyperlinkTextAttrs(
bool
)
Parameters
- underline
- A value indicating whether the hyperlink text should be underlined.
See Also