WinForms

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

    Show / Hide Table of Contents

    Class UpDownOfficeColors

    Inheritance
    System.Object
    UpDownOfficeColors
    UpDownOffice2016BlackRenderer
    UpDownOffice2016DarkGrayRenderer
    UpDownOffice2016WhiteRenderer
    Inherited Members
    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 UpDownOfficeColors

    Constructors

    UpDownOfficeColors()

    Declaration
    public UpDownOfficeColors()

    Fields

    m_UpDownArrowDisabledColor

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

    m_UpDownArrowEnabledColor

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

    m_UpDownArrowHoverColor

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

    m_UpDownArrowPressedColor

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

    m_UpDownBackgroundColor

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

    m_UpDownBorderColor

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

    m_UpDownDisabledBackgroundColor

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

    m_UpDownDisabledBorderColor

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

    m_UpDownForecolor

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

    m_UpDownHoverBorderColor

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

    m_UpDownHoverColor

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

    m_UpDownPressedBordercolor

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

    m_UpDownPressedColor

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

    Properties

    UpDownArrowDisabledColor

    Gets or sets the Arrow color during disabled state

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

    UpDownArrowEnabledColor

    Gets or sets the Arrow color during normal state

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

    UpDownArrowHoverColor

    Gets or sets the Arrow color during hover state

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

    UpDownArrowPressedColor

    Gets or sets the arrow color during disabled state

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

    UpDownBackgroundColor

    Gets or sets the Normal background color

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

    UpDownDisabledBackgroundColor

    Gets or sets the disabled background color

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

    UpDownDisabledBorderColor

    Gets or sets the disabled state border color

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

    UpDownForecolor

    Gets or sets the Forecolor

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

    UpDownHoverBorderColor

    Gets or sets the Hover border color

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

    UpDownHovercolor

    Gets or sets the Hover fill color

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

    UpDownNormalBorderColor

    Gets or sets Normal state border color

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

    UpDownPressedBackColor

    Gets or sets Pressed state back color

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

    UpDownPressedBorderColor

    Gets or sets the pressed state border color

    Declaration
    public virtual Color UpDownPressedBorderColor { get; set; }
    Property Value
    Type Description
    System.Drawing.Color

    Methods

    GetColorTable(VisualStyle)

    Sets the Office2016 theme

    Declaration
    public static UpDownOfficeColors GetColorTable(VisualStyle theme)
    Parameters
    Type Name Description
    VisualStyle theme
    Returns
    Type Description
    UpDownOfficeColors
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved