ColorPicker Constructor(Color,Boolean)
Creates a color picker with the specified color and whether to use the drop-down control.
'Declaration
Public Function New( _
ByVal As Color, _
ByVal As Boolean _
)
'Usage
Dim c As Color
Dim justShowDropDown As Boolean
Dim instance As New ColorPicker(c, justShowDropDown)
Parameters
- c
- Color
- justShowDropDown
- Whether to use the drop-down control