Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / ColorPicker Class / ForeColor Property


In This Topic
ForeColor Property (ColorPicker)
In This Topic
Gets or sets the text (foreground) color of the color picker.
Syntax
'Declaration
 
Public Overrides Property ForeColor As Color
 
'Usage
 
Dim instance As ColorPicker
Dim value As Color
 
instance.ForeColor = value
 
value = instance.ForeColor
See Also