Search Results for

    Show / Hide Table of Contents

    Class BinaryColorPickerExtendedEventArgs

    A specialized event data class, to be used when the control raises the events SelectionCommitted and BinaryColorPickerSelectedColorChanged.

    Namespace: Binarymission.WinForms.Controls.ColorPickers
    Assembly: Binarymission.WinForms.Controls.OfficeColorPicker.dll
    Syntax
    public class BinaryColorPickerExtendedEventArgs : EventArgs

    Constructors

    BinaryColorPickerExtendedEventArgs()

    Initializes a new instance of the BinaryColorPickerExtendedEventArgs class.

    Declaration
    public BinaryColorPickerExtendedEventArgs()

    Properties

    AlphaValue

    Gets or sets the alpha value.

    Declaration
    public int AlphaValue { get; set; }

    BlendTargetColor

    Gets or sets the color of the blend target.

    Declaration
    public Color BlendTargetColor { get; set; }

    ShowHSBInToolTip

    Gets or sets a value indicating whether to show HSB in tooltip.

    Declaration
    public bool ShowHSBInToolTip { get; set; }

    UserSelectedColor

    Gets or sets the user selected color.

    Declaration
    public Color UserSelectedColor { get; set; }
    In This Article
    Back to top Copyright © Binarymission Technologies Ltd., UK.