menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GridPushButton - API Reference

    Show / Hide Table of Contents

    Class GridPushButton

    Collection of grid push button colors

    Inheritance
    System.Object
    GridPushButton
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.Windows.Forms
    Assembly: Syncfusion.Shared.Base.dll
    Syntax
    public class GridPushButton

    Constructors

    GridPushButton()

    Declaration
    public GridPushButton()

    Properties

    HoverBackColor

    Get / set bush button hover color

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

    NormalBackColor

    Get / set normal push button color

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

    PushedBackColor

    Get / set push button back color

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