WinForms

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

    Show / Hide Table of Contents

    Class DropDownButtonMetroColorTable

    Metro color table for ComboBoxDropDown Button.

    Inheritance
    System.Object
    DropDownButtonMetroColorTable
    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 DropDownButtonMetroColorTable

    Constructors

    DropDownButtonMetroColorTable()

    Initializes a new instance of the class.

    Declaration
    public DropDownButtonMetroColorTable()

    Properties

    ArrowHovered

    Gets or sets the ComboBox DropDownButton arrow color in hover state.

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

    ArrowNormal

    Gets or sets the ComboBox DropDownButton arrow color in normal state.

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

    ArrowPushed

    Gets or sets the ComboBox DropDownButton arrow color in pressed state.

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

    ButtonHovered

    Gets or sets the ComboBox DropDownButton backcolor color in hover state.

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

    ButtonNormal

    Gets or sets the ComboBox DropDownButton backcolor in normal state.

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

    ButtonPushed

    Gets or sets the ComboBox DropDownButton backcolor in pressed state.

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