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.
public partial class BinaryOfficeColorPicker : UserControl
Inherits from / implements: UserControl
Members at a glance
BinaryOfficeColorPicker | Initializes a new instance of the BinaryOfficeColorPicker class. |
AlphaValue | Gets or sets the alpha value. |
BlendTargetColor | Gets or sets the color of the blend target. |
BorderColor | Gets or sets the color of the drop-down window's border. |
EnableSettingAlphaValue | Gets or sets a value indicating whether to enable setting alpha value. |
HeadingBackColor | Gets or sets the backcolor of the heading. |
HeadingForeColor | Gets or sets the forecolor of the heading label. |
SelectedColorRectangleBorder | Gets or sets the selected color's rectangle border. |
ShowHSBInToolTip | Gets or sets a value indicating whether to show HSB in tooltip. |
ShowToolTip | Gets or sets a value indicating whether to show tooltip. |
UserSelectedColor | Gets or sets the user selected color. |
OnDoubleClick | Raises the DoubleClick event. BinaryOfficeColorPicker overrides it so the control's own handling runs alongside the base behavior. |
BinaryColorPickerSelectedColorChanged | This event is raised when the current selected color property of the BinaryOfficeColorPicker class changes. |
SelectionCommitted | Occurs when the user committs a color selectio. |
Constructors
BinaryOfficeColorPicker
Initializes a new instance of the BinaryOfficeColorPicker class.
Properties
AlphaValue
Gets or sets the alpha value.
Value. The alpha value.
BlendTargetColor
Gets or sets the color of the blend target.
Value. The color of the blend target.
BorderColor
Gets or sets the color of the drop-down window's border.
Value. The color of the border.
EnableSettingAlphaValue
Gets or sets a value indicating whether to enable setting alpha value.
HeadingBackColor
Gets or sets the backcolor of the heading.
HeadingForeColor
Gets or sets the forecolor of the heading label.
SelectedColorRectangleBorder
Gets or sets the selected color's rectangle border.
Value. The selected color's rectangle border.
ShowHSBInToolTip
Gets or sets a value indicating whether to show HSB in tooltip.
ShowToolTip
Gets or sets a value indicating whether to show tooltip.
UserSelectedColor
Gets or sets the user selected color.
Methods
OnDoubleClick
Raises the DoubleClick event. BinaryOfficeColorPicker overrides it so the control's own handling runs alongside the base behavior.
- e
- The data for the event.
Events
BinaryColorPickerSelectedColorChanged
This event is raised when the current selected color property of the BinaryOfficeColorPicker class changes.
SelectionCommitted
Occurs when the user committs a color selectio.