Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / FpHyperlink Class / LinkColor Property


In This Topic
LinkColor Property (FpHyperlink)
In This Topic
Gets or sets the color of the link in the hyperlink control.
Syntax
'Declaration
 
Public Property LinkColor As Color
 
'Usage
 
Dim instance As FpHyperlink
Dim value As Color
 
instance.LinkColor = value
 
value = instance.LinkColor
See Also