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


In This Topic
Color Property (ColorPicker)
In This Topic
Gets or sets the currently selected color.
Syntax
'Declaration
 
Public Overridable Property Color As Color
 
'Usage
 
Dim instance As ColorPicker
Dim value As Color
 
instance.Color = value
 
value = instance.Color
See Also