[]
Creates a color picker with the specified color and whether to use the drop-down control.
public ColorPicker(Color c, bool justShowDropDown)
Public Sub New(c As Color, justShowDropDown As Boolean)
Type | Name | Description |
---|---|---|
Color | c | Color |
bool | justShowDropDown | Whether to use the drop-down control |
Creates a color picker with the specified color.
public ColorPicker(Color c)
Public Sub New(c As Color)
Type | Name | Description |
---|---|---|
Color | c | Color |
Creates a color picker with the default color name.
public ColorPicker()
Public Sub New()