Class GradientColorControl
Represents a gradient color control of the ColorPickerUIAdv.
Inheritance
System.Object
GradientColorControl
Assembly: Syncfusion.Tools.Windows.dll
public class GradientColorControl : UserControl
Constructors
Initialize a new instance of the GradientColorControl class.
Declaration
public GradientColorControl()
Properties
Declaration
public Bitmap Bitmap { get; }
Property Value
Type |
System.Drawing.Bitmap |
Gets or sets the horizontal step value.
Declaration
public int HStep { get; set; }
Property Value
Gets or sets the selected color value.
Declaration
public Color SelectedColor { get; set; }
Property Value
Type |
System.Drawing.Color |
Gets or sets the selected point value.
Declaration
public Point SelectedPoint { get; set; }
Property Value
Type |
System.Drawing.Point |
Gets or sets the vertical step value.
Declaration
public int VStep { get; set; }
Property Value
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 OnLostFocus(EventArgs e)
Parameters
Type |
Name |
Description |
System.EventArgs |
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