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


In This Topic
SetColor Method (ColorPicker)
In This Topic
Sets the associated check box color and text according to the TextDisplayed property value.
Syntax
'Declaration
 
Protected Overridable Sub SetColor( _
   ByVal c As Color _
) 
 
'Usage
 
Dim instance As ColorPicker
Dim c As Color
 
instance.SetColor(c)

Parameters

c
Color
See Also