WinForms › Office2007 Color Picker › BinaryColorPickerExtendedEventArgs
BinaryColorPickerExtendedEventArgs
class.NET 6 / 8 / 10.NET Framework 4.8Binarymission.WinForms.Controls.ColorPickers
A specialized event data class, to be used when the control raises the events SelectionCommitted and BinaryColorPickerSelectedColorChanged.
public class BinaryColorPickerExtendedEventArgs : EventArgs
Inherits from / implements: EventArgs
Members at a glance
BinaryColorPickerExtendedEventArgs | Initializes a new instance of the BinaryColorPickerExtendedEventArgs class. |
AlphaValue | Gets or sets the alpha value. |
BlendTargetColor | Gets or sets the color of the blend target. |
ShowHSBInToolTip | Gets or sets a value indicating whether to show HSB in tooltip. |
UserSelectedColor | Gets or sets the user selected color. |
Constructors
BinaryColorPickerExtendedEventArgs
public BinaryColorPickerExtendedEventArgs() : base()
Initializes a new instance of the BinaryColorPickerExtendedEventArgs class.
Properties
AlphaValue
public int AlphaValue
Gets or sets the alpha value.
Value. The alpha value.
BlendTargetColor
public Color BlendTargetColor
Gets or sets the color of the blend target.
Value. The color of the blend target.
ShowHSBInToolTip
public bool ShowHSBInToolTip
Gets or sets a value indicating whether to show HSB in tooltip.
UserSelectedColor
public Color UserSelectedColor
Gets or sets the user selected color.