menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class EnhancedUpDownButton - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class EnhancedUpDownButton

    Defines a numeric up down button element for FNumericUpDown cell renderer.

    Inheritance
    System.Object
    NonFinalizeDisposable
    GridCellButton
    GridCellUpDownButton
    EnhancedUpDownButton
    Implements
    System.IDisposable
    Inherited Members
    GridCellButton.Bounds
    GridCellButton.Clicked
    GridCellButton.Draw(Graphics, Int32, Int32, Boolean, GridStyleInfo)
    GridCellButton.DrawMetroButtonStyle(Graphics, Rectangle, ButtonState, String, Boolean)
    GridCellButton.FireClickOnMouseUp
    GridCellButton.GetCursor(GridCellHitTestInfo)
    GridCellButton.Grid
    GridCellButton.HitTest(Int32, Int32, MouseEventArgs, IMouseController)
    GridCellButton.HoveringChanged
    GridCellButton.IsHovering(Int32, Int32)
    GridCellButton.IsMouseDown(Int32, Int32)
    GridCellButton.IsPushed(Int32, Int32)
    GridCellButton.MouseDownChanged
    GridCellButton.MouseDownInfo
    GridCellButton.MouseHover(MouseEventArgs, GridCellHitTestInfo)
    GridCellButton.MouseHoverEnter(GridCellHitTestInfo)
    GridCellButton.MouseHoverLeave(EventArgs, GridCellHitTestInfo)
    GridCellButton.OnClicked(GridCellEventArgs)
    GridCellButton.OnHoveringChanged(GridCellEventArgs)
    GridCellButton.OnMouseDownChanged(GridCellEventArgs)
    GridCellButton.OnPushedChanged(GridCellEventArgs)
    GridCellButton.Owner
    GridCellButton.PushedChanged
    GridCellButton.SetHovering(GridCellHitTestInfo, Boolean)
    GridCellButton.SetMouseDown(GridCellHitTestInfo, Boolean)
    GridCellButton.SetPushed(Int32, Int32, Rectangle, Boolean)
    GridCellButton.Text
    GridCellUpDownButton.ButtonType
    GridCellUpDownButton.CancelMode(GridCellHitTestInfo)
    GridCellUpDownButton.Dispose(Boolean)
    GridCellUpDownButton.MouseDown(MouseEventArgs, GridCellHitTestInfo)
    GridCellUpDownButton.MouseMove(MouseEventArgs, GridCellHitTestInfo)
    GridCellUpDownButton.MouseUp(MouseEventArgs, GridCellHitTestInfo)
    NonFinalizeDisposable.Dispose()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.GridHelperClasses
    Assembly: Syncfusion.GridHelperClasses.Windows.dll
    Syntax
    public class EnhancedUpDownButton : GridCellUpDownButton, IDisposable

    Constructors

    EnhancedUpDownButton(GridCellRendererBase, ScrollButton)

    Initializes a new instance of the EnhancedUpDownButton class and associates it with a GridCellRendererBase and saves the System.Windows.Forms.ScrollButton type.

    Declaration
    public EnhancedUpDownButton(GridCellRendererBase control, ScrollButton button)
    Parameters
    Type Name Description
    GridCellRendererBase control

    The GridCellRendererBase that manages the GridCellButton.

    System.Windows.Forms.ScrollButton button

    The System.Windows.Forms.ScrollButton type of this button. Up or down.

    Methods

    DrawButton(Graphics, Rectangle, ButtonState, GridStyleInfo)

    Draws the button at the specified row index and column index.

    Declaration
    public override void DrawButton(Graphics g, Rectangle rect, ButtonState buttonState, GridStyleInfo style)
    Parameters
    Type Name Description
    System.Drawing.Graphics g

    Graphics context.

    System.Drawing.Rectangle rect

    Button rectangle.

    System.Windows.Forms.ButtonState buttonState

    Button state.

    GridStyleInfo style

    Cell style information.

    Overrides
    GridCellUpDownButton.DrawButton(Graphics, Rectangle, ButtonState, GridStyleInfo)

    Implements

    System.IDisposable
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved