Base Combo BoxDrop Down Back Color Property
This is used to set or get the background color of the drop-down portion of the combo box control
Definition
Namespace: EWSoftware.ListControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
C#
public Color DropDownBackColor { get; set; }VB
Public Property DropDownBackColor As Color
Get
SetC++
public:
property Color DropDownBackColor {
Color get ();
void set (Color value);
}F#
member DropDownBackColor : Color with get, set