'Declaration
Public Function New( _ ByVal c As Color, _ ByVal justShowDropDown As Boolean _ )
'Usage
Dim c As Color Dim justShowDropDown As Boolean Dim instance As New ColorPicker(c, justShowDropDown)
public ColorPicker( Color c, bool justShowDropDown )
Parameters
- c
- Color
- justShowDropDown
- Whether to use the drop-down control