WinForms

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

    Show / Hide Table of Contents

    Class UpDownOffice2016WhiteRenderer

    Inheritance
    System.Object
    UpDownOfficeColors
    UpDownOffice2016WhiteRenderer
    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 UpDownOffice2016WhiteRenderer : UpDownOfficeColors

    Constructors

    UpDownOffice2016WhiteRenderer()

    Declaration
    public UpDownOffice2016WhiteRenderer()

    Fields

    m_UpDownWhiteArrowDisabledColor

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

    m_UpDownWhiteArrowEnabledColor

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

    m_UpDownWhiteArrowHoverColor

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

    m_UpDownWhiteArrowPressedColor

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

    m_UpDownWhiteBackgroundColor

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

    m_UpDownWhiteBorderColor

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

    m_UpDownWhiteDisabledBackgroundColor

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

    m_UpDownWhiteDisabledBorderColor

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

    m_UpDownWhiteForeColor

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

    m_UpDownWhiteHoverBorderColor

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

    m_UpDownWhiteHoverColor

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

    m_UpDownWhitePressedBordercolor

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

    m_UpDownWhitePressedColor

    Declaration
    protected Color m_UpDownWhitePressedColor
    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 arrrow 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