alexa
menu

WinForms

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

    Show / Hide Table of Contents

    Class GridPushButton

    Collection of grid push button colors

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

    Constructors

    GridPushButton()

    Declaration
    public GridPushButton()

    Properties

    HoverBackColor

    Get / set bush button hover color

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

    NormalBackColor

    Get / set normal push button color

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

    PushedBackColor

    Get / set push button back color

    Declaration
    public Color PushedBackColor { get; set; }
    Property Value
    Type
    System.Drawing.Color
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved