Class DropDownButtonMetroColorTable
Metro color table for ComboBoxDropDown Button.
Inheritance
System.Object
DropDownButtonMetroColorTable
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.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class DropDownButtonMetroColorTable
Constructors
DropDownButtonMetroColorTable()
Initializes a new instance of the
Declaration
public DropDownButtonMetroColorTable()
Properties
ArrowHovered
Gets or sets the ComboBox DropDownButton arrow color in hover state.
Declaration
public Color ArrowHovered { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
ArrowNormal
Gets or sets the ComboBox DropDownButton arrow color in normal state.
Declaration
public Color ArrowNormal { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
ArrowPushed
Gets or sets the ComboBox DropDownButton arrow color in pressed state.
Declaration
public Color ArrowPushed { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
ButtonHovered
Gets or sets the ComboBox DropDownButton backcolor color in hover state.
Declaration
public Color ButtonHovered { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
ButtonNormal
Gets or sets the ComboBox DropDownButton backcolor in normal state.
Declaration
public Color ButtonNormal { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
ButtonPushed
Gets or sets the ComboBox DropDownButton backcolor in pressed state.
Declaration
public Color ButtonPushed { get; set; }
Property Value
Type |
---|
System.Drawing.Color |