Class GridPushButton
Collection of grid push button colors
Inheritance
System.Object
GridPushButton
Inherited Members
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.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 |
---|
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 |