WinForms

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class UpDownOffice2016BlackRenderer

    Show / Hide Table of Contents

    Class UpDownOffice2016BlackRenderer

    Inheritance
    System.Object
    UpDownOfficeColors
    UpDownOffice2016BlackRenderer
    Inherited Members
    UpDownOfficeColors.m_UpDownPressedColor
    UpDownOfficeColors.m_UpDownHoverColor
    UpDownOfficeColors.m_UpDownBackgroundColor
    UpDownOfficeColors.m_UpDownDisabledBackgroundColor
    UpDownOfficeColors.m_UpDownPressedBordercolor
    UpDownOfficeColors.m_UpDownBorderColor
    UpDownOfficeColors.m_UpDownDisabledBorderColor
    UpDownOfficeColors.m_UpDownHoverBorderColor
    UpDownOfficeColors.m_UpDownArrowHoverColor
    UpDownOfficeColors.m_UpDownArrowEnabledColor
    UpDownOfficeColors.m_UpDownArrowDisabledColor
    UpDownOfficeColors.m_UpDownArrowPressedColor
    UpDownOfficeColors.m_UpDownForecolor
    UpDownOfficeColors.GetColorTable(VisualStyle)
    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.Tools
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public class UpDownOffice2016BlackRenderer : UpDownOfficeColors

    Constructors

    UpDownOffice2016BlackRenderer()

    Declaration
    public UpDownOffice2016BlackRenderer()

    Fields

    m_UpDownBlackArrowDiabledColor

    Declaration
    protected Color m_UpDownBlackArrowDiabledColor
    Field Value
    Type Description
    System.Drawing.Color

    m_UpDownBlackArrowEnabledColor

    Declaration
    protected Color m_UpDownBlackArrowEnabledColor
    Field Value
    Type Description
    System.Drawing.Color

    m_UpDownBlackArrowHoverColor

    Declaration
    protected Color m_UpDownBlackArrowHoverColor
    Field Value
    Type Description
    System.Drawing.Color

    m_UpDownBlackArrowPressedColor

    Declaration
    protected Color m_UpDownBlackArrowPressedColor
    Field Value
    Type Description
    System.Drawing.Color

    m_UpDownBlackBackgroundColor

    Declaration
    protected Color m_UpDownBlackBackgroundColor
    Field Value
    Type Description
    System.Drawing.Color

    m_UpDownBlackBorderColor

    Declaration
    protected Color m_UpDownBlackBorderColor
    Field Value
    Type Description
    System.Drawing.Color

    m_UpDownBlackDisabledBackgroundColor

    Declaration
    protected Color m_UpDownBlackDisabledBackgroundColor
    Field Value
    Type Description
    System.Drawing.Color

    m_UpDownBlackDisabledBorderColor

    Declaration
    protected Color m_UpDownBlackDisabledBorderColor
    Field Value
    Type Description
    System.Drawing.Color

    m_UpDownBlackForeColor

    Declaration
    protected Color m_UpDownBlackForeColor
    Field Value
    Type Description
    System.Drawing.Color

    m_UpDownBlackHoverBorderColor

    Declaration
    protected Color m_UpDownBlackHoverBorderColor
    Field Value
    Type Description
    System.Drawing.Color

    m_UpDownBlackHoverColor

    Declaration
    protected Color m_UpDownBlackHoverColor
    Field Value
    Type Description
    System.Drawing.Color

    m_UpDownBlackPressedBordercolor

    Declaration
    protected Color m_UpDownBlackPressedBordercolor
    Field Value
    Type Description
    System.Drawing.Color

    m_UpDownBlackPressedColor

    Declaration
    protected Color m_UpDownBlackPressedColor
    Field Value
    Type Description
    System.Drawing.Color

    Properties

    UpDownArrowDisabledColor

    Gets or sets the Arrow color during disabled state

    Declaration
    public override Color UpDownArrowDisabledColor { get; set; }
    Property Value
    Type Description
    System.Drawing.Color
    Overrides
    UpDownOfficeColors.UpDownArrowDisabledColor

    UpDownArrowEnabledColor

    Gets or sets the Arrow color during normal state

    Declaration
    public override Color UpDownArrowEnabledColor { get; set; }
    Property Value
    Type Description
    System.Drawing.Color
    Overrides
    UpDownOfficeColors.UpDownArrowEnabledColor

    UpDownArrowHoverColor

    Gets or sets the arrow color during hover state

    Declaration
    public override Color UpDownArrowHoverColor { get; set; }
    Property Value
    Type Description
    System.Drawing.Color
    Overrides
    UpDownOfficeColors.UpDownArrowHoverColor

    UpDownArrowPressedColor

    Gets or sets the arrow color during pressed state

    Declaration
    public override Color UpDownArrowPressedColor { get; set; }
    Property Value
    Type Description
    System.Drawing.Color
    Overrides
    UpDownOfficeColors.UpDownArrowPressedColor

    UpDownBackgroundColor

    Gets or sets the Normal background color

    Declaration
    public override Color UpDownBackgroundColor { get; set; }
    Property Value
    Type Description
    System.Drawing.Color
    Overrides
    UpDownOfficeColors.UpDownBackgroundColor

    UpDownDisabledBackgroundColor

    Gets or sets the disabled background color

    Declaration
    public override Color UpDownDisabledBackgroundColor { get; set; }
    Property Value
    Type Description
    System.Drawing.Color
    Overrides
    UpDownOfficeColors.UpDownDisabledBackgroundColor

    UpDownDisabledBorderColor

    Gets or sets the disabled state border color

    Declaration
    public override Color UpDownDisabledBorderColor { get; set; }
    Property Value
    Type Description
    System.Drawing.Color
    Overrides
    UpDownOfficeColors.UpDownDisabledBorderColor

    UpDownForecolor

    Gets or sets the Forecolor

    Declaration
    public override Color UpDownForecolor { get; set; }
    Property Value
    Type Description
    System.Drawing.Color
    Overrides
    UpDownOfficeColors.UpDownForecolor

    UpDownHoverBorderColor

    Gets or sets the Hover border color

    Declaration
    public override Color UpDownHoverBorderColor { get; set; }
    Property Value
    Type Description
    System.Drawing.Color
    Overrides
    UpDownOfficeColors.UpDownHoverBorderColor

    UpDownHovercolor

    Gets or sets the Hover fill color

    Declaration
    public override Color UpDownHovercolor { get; set; }
    Property Value
    Type Description
    System.Drawing.Color
    Overrides
    UpDownOfficeColors.UpDownHovercolor

    UpDownNormalBorderColor

    Gets or sets Normal state border color

    Declaration
    public override Color UpDownNormalBorderColor { get; set; }
    Property Value
    Type Description
    System.Drawing.Color
    Overrides
    UpDownOfficeColors.UpDownNormalBorderColor

    UpDownPressedBackColor

    Gets or sets Pressed state back color

    Declaration
    public override Color UpDownPressedBackColor { get; set; }
    Property Value
    Type Description
    System.Drawing.Color
    Overrides
    UpDownOfficeColors.UpDownPressedBackColor

    UpDownPressedBorderColor

    Gets or sets the pressed state border color

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