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
| Assembly | Binarymission.WinForms.Controls.OfficeColorPicker.dll |
| Root namespace | Binarymission.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 BinaryColorPickerExtendedEventArgs | A specialized event data class, to be used when the control raises the events SelectionCommitted and BinaryColorPickerSelectedColorChanged. |
class BinaryOfficeColorPicker | The 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 BinaryOfficeColorPickerComboBox | A ComboBox styled ColorPicker control emulating the MS Office style color picker. |
class BinaryOfficeColorPickerComboBoxDesignerActionList | Custom implementation of the DesignerActionList class. |
class BinaryOfficeColorPickerDesignerActionList | Custom implementation of the DesignerActionList class. |