Class HexagonColorControl
Represents the class that diplays the hexagon color control of the ColorPickerUIAdv.
Inheritance
System.Object
HexagonColorControl
Assembly: Syncfusion.Tools.Windows.dll
public class HexagonColorControl : UserControl
Constructors
Initialize a new instance of the HexagonColorControl class.
Declaration
public HexagonColorControl()
Properties
Gets or sets the color items.
Declaration
public ColorCellCollection Items { get; set; }
Property Value
Gets or sets the value of selected cell.
Declaration
public ColorCell SelectedCell { get; set; }
Property Value
Gets or sets the value of selected color.
Declaration
public Color SelectedColor { get; set; }
Property Value
Type |
System.Drawing.Color |
Methods
Clean up any resources being used.
Declaration
protected override void Dispose(bool disposing)
Parameters
Type |
Name |
Description |
System.Boolean |
disposing |
Bool Disposing
|
Declaration
protected override bool IsInputKey(Keys keyData)
Parameters
Type |
Name |
Description |
System.Windows.Forms.Keys |
keyData |
|
Returns
Declaration
protected override void OnKeyDown(KeyEventArgs e)
Parameters
Type |
Name |
Description |
System.Windows.Forms.KeyEventArgs |
e |
|
Declaration
protected override void OnMouseDown(MouseEventArgs e)
Parameters
Type |
Name |
Description |
System.Windows.Forms.MouseEventArgs |
e |
|
Declaration
protected override void OnMouseMove(MouseEventArgs e)
Parameters
Type |
Name |
Description |
System.Windows.Forms.MouseEventArgs |
e |
|
Declaration
protected override void OnPaint(PaintEventArgs e)
Parameters
Type |
Name |
Description |
System.Windows.Forms.PaintEventArgs |
e |
|
Declaration
protected virtual void OnPicked(EventArgs e)
Parameters
Type |
Name |
Description |
System.EventArgs |
e |
|
Events
Occurs when the picked event.
Declaration
public event EventHandler Picked
Event Type