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 As Color _
)
'Usage
Dim instance As ColorPicker
Dim c As Color
instance.SetColor(c)
protected virtual void SetColor(
Color
)
Parameters
- c
- Color
See Also