WinForms

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class HexagonColorControl

    Show / Hide Table of Contents

    Class HexagonColorControl

    Represents the class that diplays the hexagon color control of the ColorPickerUIAdv.

    Inheritance
    System.Object
    HexagonColorControl
    Namespace: Syncfusion.Windows.Forms.Tools
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public class HexagonColorControl : UserControl

    Constructors

    HexagonColorControl()

    Initialize a new instance of the HexagonColorControl class.

    Declaration
    public HexagonColorControl()

    Properties

    Items

    Gets or sets the color items.

    Declaration
    public ColorCellCollection Items { get; set; }
    Property Value
    Type Description
    ColorCellCollection

    SelectedCell

    Gets or sets the value of selected cell.

    Declaration
    public ColorCell SelectedCell { get; set; }
    Property Value
    Type Description
    ColorCell

    SelectedColor

    Gets or sets the value of selected color.

    Declaration
    public Color SelectedColor { get; set; }
    Property Value
    Type Description
    System.Drawing.Color

    Methods

    Dispose(Boolean)

    Clean up any resources being used.

    Declaration
    protected override void Dispose(bool disposing)
    Parameters
    Type Name Description
    System.Boolean disposing

    Bool Disposing

    IsInputKey(Keys)

    Declaration
    protected override bool IsInputKey(Keys keyData)
    Parameters
    Type Name Description
    System.Windows.Forms.Keys keyData
    Returns
    Type Description
    System.Boolean

    OnKeyDown(KeyEventArgs)

    Declaration
    protected override void OnKeyDown(KeyEventArgs e)
    Parameters
    Type Name Description
    System.Windows.Forms.KeyEventArgs e

    OnMouseDown(MouseEventArgs)

    Declaration
    protected override void OnMouseDown(MouseEventArgs e)
    Parameters
    Type Name Description
    System.Windows.Forms.MouseEventArgs e

    OnMouseMove(MouseEventArgs)

    Declaration
    protected override void OnMouseMove(MouseEventArgs e)
    Parameters
    Type Name Description
    System.Windows.Forms.MouseEventArgs e

    OnPaint(PaintEventArgs)

    Declaration
    protected override void OnPaint(PaintEventArgs e)
    Parameters
    Type Name Description
    System.Windows.Forms.PaintEventArgs e

    OnPicked(EventArgs)

    Declaration
    protected virtual void OnPicked(EventArgs e)
    Parameters
    Type Name Description
    System.EventArgs e

    Events

    Picked

    Occurs when the picked event.

    Declaration
    public event EventHandler Picked
    Event Type
    Type Description
    System.EventHandler
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved