BackgroundColor Property (FpCombo)
Gets or sets the background color of the combo box.
public Color BackgroundColor {get; set;}
'Declaration
Public Property BackgroundColor As Color
'Usage
Dim instance As FpCombo
Dim value As Color
instance.BackgroundColor = value
value = instance.BackgroundColor