[]
        
(Showing Draft Content)

FarPoint.Win.ColorPicker.-ctor

ColorPicker Constructor

ColorPicker(Color, bool)

Creates a color picker with the specified color and whether to use the drop-down control.

Declaration
public ColorPicker(Color c, bool justShowDropDown)
Public Sub New(c As Color, justShowDropDown As Boolean)
Parameters
Type Name Description
Color c

Color

bool justShowDropDown

Whether to use the drop-down control

ColorPicker(Color)

Creates a color picker with the specified color.

Declaration
public ColorPicker(Color c)
Public Sub New(c As Color)
Parameters
Type Name Description
Color c

Color

ColorPicker()

Creates a color picker with the default color name.

Declaration
public ColorPicker()
Public Sub New()