HypernovaDesktop Components · docs
Binarymission
WinForms › Color Picker

Color Picker

.NET Framework 4.8.NET 6 / 8 / 10v3.0.0WinForms

A highly customisable ColorPicker .NET Control for WinForms

2public types
43public members
1namespaces

Assembly

AssemblyBinarymission.WinForms.Controls.ExtendedColorPickers.dll
Root namespaceBinarymission.WinForms.Controls.ColorPickers
Target frameworks.NET Framework 4.8, .NET 6 / 8 / 10

Getting started

using Binarymission.WinForms.Controls.ColorPickers;

// Designer: build the solution once, then drag BinaryColorPickerComboBox from the Toolbox onto a form.
// In code:
var binaryColorPickerComboBox = new BinaryColorPickerComboBox
{
    Dock = DockStyle.Fill,
};
this.Controls.Add(binaryColorPickerComboBox);

API reference

Binarymission.WinForms.Controls.ColorPickers

class BinaryColorPickerComboBoxA ComboBox styled ColorPicker control emulating the VS.NET color picker.
class BinaryColorPickerDropDownBinaryColorPickerDropDown is a Colors displaying control that can used to let users select a color value from a variety of available color values. You could use this control to be displayed as a drop-down window to any control.