WinForms

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

    Show / Hide Table of Contents

    Class GradientPanelExtDesigner

    Summary description for GradientPanelExtDesigner.

    Inheritance
    System.Object
    GradientPanelExtDesigner
    Namespace: Syncfusion.Windows.Forms.Tools
    Assembly: Syncfusion.Shared.Base.dll
    Syntax
    public class GradientPanelExtDesigner : ParentControlDesigner

    Constructors

    GradientPanelExtDesigner()

    Declaration
    public GradientPanelExtDesigner()

    Methods

    Dispose(Boolean)

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

    Initialize(IComponent)

    Declaration
    public override void Initialize(IComponent component)
    Parameters
    Type Name Description
    System.ComponentModel.IComponent component

    OnMouseDragBegin(Int32, Int32)

    Declaration
    protected override void OnMouseDragBegin(int x, int y)
    Parameters
    Type Name Description
    System.Int32 x
    System.Int32 y

    OnMouseDragEnd(Boolean)

    Declaration
    protected override void OnMouseDragEnd(bool cancel)
    Parameters
    Type Name Description
    System.Boolean cancel

    OnMouseDragMove(Int32, Int32)

    Declaration
    protected override void OnMouseDragMove(int x, int y)
    Parameters
    Type Name Description
    System.Int32 x
    System.Int32 y
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved