WinForms

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

    Show / Hide Table of Contents

    Class GradientColorControl

    Represents a gradient color control of the ColorPickerUIAdv.

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

    Constructors

    GradientColorControl()

    Initialize a new instance of the GradientColorControl class.

    Declaration
    public GradientColorControl()

    Properties

    Bitmap

    Gets the bitmap value.

    Declaration
    public Bitmap Bitmap { get; }
    Property Value
    Type Description
    System.Drawing.Bitmap

    HStep

    Gets or sets the horizontal step value.

    Declaration
    public int HStep { get; set; }
    Property Value
    Type Description
    System.Int32

    SelectedColor

    Gets or sets the selected color value.

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

    SelectedPoint

    Gets or sets the selected point value.

    Declaration
    public Point SelectedPoint { get; set; }
    Property Value
    Type Description
    System.Drawing.Point

    VStep

    Gets or sets the vertical step value.

    Declaration
    public int VStep { get; set; }
    Property Value
    Type Description
    System.Int32

    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

    OnLostFocus(EventArgs)

    Declaration
    protected override void OnLostFocus(EventArgs e)
    Parameters
    Type Name Description
    System.EventArgs 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