Class UpDownOfficeColors
Inheritance
System.Object
UpDownOfficeColors
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()
Assembly: Syncfusion.Tools.Windows.dll
public class UpDownOfficeColors
Constructors
Declaration
public UpDownOfficeColors()
Fields
Declaration
protected Color m_UpDownArrowDisabledColor
Field Value
Type |
System.Drawing.Color |
Declaration
protected Color m_UpDownArrowEnabledColor
Field Value
Type |
System.Drawing.Color |
Declaration
protected Color m_UpDownArrowHoverColor
Field Value
Type |
System.Drawing.Color |
Declaration
protected Color m_UpDownArrowPressedColor
Field Value
Type |
System.Drawing.Color |
Declaration
protected Color m_UpDownBackgroundColor
Field Value
Type |
System.Drawing.Color |
Declaration
protected Color m_UpDownBorderColor
Field Value
Type |
System.Drawing.Color |
Declaration
protected Color m_UpDownDisabledBackgroundColor
Field Value
Type |
System.Drawing.Color |
Declaration
protected Color m_UpDownDisabledBorderColor
Field Value
Type |
System.Drawing.Color |
Declaration
protected Color m_UpDownForecolor
Field Value
Type |
System.Drawing.Color |
Declaration
protected Color m_UpDownHoverBorderColor
Field Value
Type |
System.Drawing.Color |
Declaration
protected Color m_UpDownHoverColor
Field Value
Type |
System.Drawing.Color |
Declaration
protected Color m_UpDownPressedBordercolor
Field Value
Type |
System.Drawing.Color |
Declaration
protected Color m_UpDownPressedColor
Field Value
Type |
System.Drawing.Color |
Properties
Gets or sets the Arrow color during disabled state
Declaration
public virtual Color UpDownArrowDisabledColor { get; set; }
Property Value
Type |
System.Drawing.Color |
Gets or sets the Arrow color during normal state
Declaration
public virtual Color UpDownArrowEnabledColor { get; set; }
Property Value
Type |
System.Drawing.Color |
Gets or sets the Arrow color during hover state
Declaration
public virtual Color UpDownArrowHoverColor { get; set; }
Property Value
Type |
System.Drawing.Color |
Gets or sets the arrow color during disabled state
Declaration
public virtual Color UpDownArrowPressedColor { get; set; }
Property Value
Type |
System.Drawing.Color |
Gets or sets the Normal background color
Declaration
public virtual Color UpDownBackgroundColor { get; set; }
Property Value
Type |
System.Drawing.Color |
Gets or sets the disabled background color
Declaration
public virtual Color UpDownDisabledBackgroundColor { get; set; }
Property Value
Type |
System.Drawing.Color |
Gets or sets the disabled state border color
Declaration
public virtual Color UpDownDisabledBorderColor { get; set; }
Property Value
Type |
System.Drawing.Color |
Gets or sets the Forecolor
Declaration
public virtual Color UpDownForecolor { get; set; }
Property Value
Type |
System.Drawing.Color |
Gets or sets the Hover border color
Declaration
public virtual Color UpDownHoverBorderColor { get; set; }
Property Value
Type |
System.Drawing.Color |
Gets or sets the Hover fill color
Declaration
public virtual Color UpDownHovercolor { get; set; }
Property Value
Type |
System.Drawing.Color |
Gets or sets Normal state border color
Declaration
public virtual Color UpDownNormalBorderColor { get; set; }
Property Value
Type |
System.Drawing.Color |
Gets or sets Pressed state back color
Declaration
public virtual Color UpDownPressedBackColor { get; set; }
Property Value
Type |
System.Drawing.Color |
Gets or sets the pressed state border color
Declaration
public virtual Color UpDownPressedBorderColor { get; set; }
Property Value
Type |
System.Drawing.Color |
Methods
Sets the Office2016 theme
Declaration
public static UpDownOfficeColors GetColorTable(VisualStyle theme)
Parameters
Returns