HypernovaDesktop Components · docs
Binarymission
WinForms › Office2007 Color Picker

Office2007 Color Picker

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

A highly customisable Office-styled ColorPicker .NET Control for WinForms

5public types
81public members
1namespaces

Assembly

AssemblyBinarymission.WinForms.Controls.OfficeColorPicker.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 BinaryOfficeColorPickerComboBox from the Toolbox onto a form.
// In code:
var binaryOfficeColorPickerComboBox = new BinaryOfficeColorPickerComboBox
{
    Dock = DockStyle.Fill,
};
this.Controls.Add(binaryOfficeColorPickerComboBox);

API reference

Binarymission.WinForms.Controls.ColorPickers

class BinaryColorPickerExtendedEventArgsA specialized event data class, to be used when the control raises the events SelectionCommitted and BinaryColorPickerSelectedColorChanged.
class BinaryOfficeColorPickerThe Office style color picker surface. This is the user control that BinaryOfficeColorPickerComboBox creates and drops down, and it can also be hosted directly by an application that wants the picker without the combo box.
class BinaryOfficeColorPickerComboBoxA ComboBox styled ColorPicker control emulating the MS Office style color picker.
class BinaryOfficeColorPickerComboBoxDesignerActionListCustom implementation of the DesignerActionList class.
class BinaryOfficeColorPickerDesignerActionListCustom implementation of the DesignerActionList class.