Class UpDownOffice2016BlackRenderer
Inheritance
System.Object
UpDownOffice2016BlackRenderer
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 UpDownOffice2016BlackRenderer : UpDownOfficeColors
Constructors
Declaration
public UpDownOffice2016BlackRenderer()
Fields
Declaration
protected Color m_UpDownBlackArrowDiabledColor
Field Value
Type |
System.Drawing.Color |
Declaration
protected Color m_UpDownBlackArrowEnabledColor
Field Value
Type |
System.Drawing.Color |
Declaration
protected Color m_UpDownBlackArrowHoverColor
Field Value
Type |
System.Drawing.Color |
Declaration
protected Color m_UpDownBlackArrowPressedColor
Field Value
Type |
System.Drawing.Color |
Declaration
protected Color m_UpDownBlackBackgroundColor
Field Value
Type |
System.Drawing.Color |
Declaration
protected Color m_UpDownBlackBorderColor
Field Value
Type |
System.Drawing.Color |
Declaration
protected Color m_UpDownBlackDisabledBackgroundColor
Field Value
Type |
System.Drawing.Color |
Declaration
protected Color m_UpDownBlackDisabledBorderColor
Field Value
Type |
System.Drawing.Color |
Declaration
protected Color m_UpDownBlackForeColor
Field Value
Type |
System.Drawing.Color |
Declaration
protected Color m_UpDownBlackHoverBorderColor
Field Value
Type |
System.Drawing.Color |
Declaration
protected Color m_UpDownBlackHoverColor
Field Value
Type |
System.Drawing.Color |
Declaration
protected Color m_UpDownBlackPressedBordercolor
Field Value
Type |
System.Drawing.Color |
Declaration
protected Color m_UpDownBlackPressedColor
Field Value
Type |
System.Drawing.Color |
Properties
Gets or sets the Arrow color during disabled state
Declaration
public override Color UpDownArrowDisabledColor { get; set; }
Property Value
Type |
System.Drawing.Color |
Overrides
Gets or sets the Arrow color during normal state
Declaration
public override Color UpDownArrowEnabledColor { get; set; }
Property Value
Type |
System.Drawing.Color |
Overrides
Gets or sets the arrow color during hover state
Declaration
public override Color UpDownArrowHoverColor { get; set; }
Property Value
Type |
System.Drawing.Color |
Overrides
Gets or sets the arrow color during pressed state
Declaration
public override Color UpDownArrowPressedColor { get; set; }
Property Value
Type |
System.Drawing.Color |
Overrides
Gets or sets the Normal background color
Declaration
public override Color UpDownBackgroundColor { get; set; }
Property Value
Type |
System.Drawing.Color |
Overrides
Gets or sets the disabled background color
Declaration
public override Color UpDownDisabledBackgroundColor { get; set; }
Property Value
Type |
System.Drawing.Color |
Overrides
Gets or sets the disabled state border color
Declaration
public override Color UpDownDisabledBorderColor { get; set; }
Property Value
Type |
System.Drawing.Color |
Overrides
Gets or sets the Forecolor
Declaration
public override Color UpDownForecolor { get; set; }
Property Value
Type |
System.Drawing.Color |
Overrides
Gets or sets the Hover border color
Declaration
public override Color UpDownHoverBorderColor { get; set; }
Property Value
Type |
System.Drawing.Color |
Overrides
Gets or sets the Hover fill color
Declaration
public override Color UpDownHovercolor { get; set; }
Property Value
Type |
System.Drawing.Color |
Overrides
Gets or sets Normal state border color
Declaration
public override Color UpDownNormalBorderColor { get; set; }
Property Value
Type |
System.Drawing.Color |
Overrides
Gets or sets Pressed state back color
Declaration
public override Color UpDownPressedBackColor { get; set; }
Property Value
Type |
System.Drawing.Color |
Overrides
Gets or sets the pressed state border color
Declaration
public override Color UpDownPressedBorderColor { get; set; }
Property Value
Type |
System.Drawing.Color |
Overrides