DataFilter for WinForms | ComponentOne
C1.Win.DataFilter.4.5.2 Assembly / C1.Win.DataFilter.Styles Namespace / BaseDropDownListStyle Class / DropDownBackColor Property

In This Topic
    DropDownBackColor Property (BaseDropDownListStyle)
    In This Topic
    Gets or sets the Color used to paint the background of the drop-down list.
    Syntax
    'Declaration
     
    Public Property DropDownBackColor As Color
    public Color DropDownBackColor {get; set;}
    See Also