menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GridComboBox - API Reference

    Show / Hide Table of Contents

    Class GridComboBox

    Collection of GridCombobox color

    Inheritance
    System.Object
    GridComboBox
    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
    Assembly: Syncfusion.Shared.Base.dll
    Syntax
    public class GridComboBox

    Constructors

    GridComboBox()

    Declaration
    public GridComboBox()

    Properties

    HoverBackColor

    Get / set the hoverBackColor

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

    HoverBorderColor

    Get / set the HoverBorderColor

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

    NormalBackColor

    Get / set the combobox

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

    NormalBorderColor

    Get / set the combobox NormalBorderColor

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

    PresedBorderColor

    Get / set the presedBorderColor

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

    PressedBackColor

    Get / set the pressedBackColor

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