Spread Windows Forms 12.0 Product Documentation
BackgroundColor Property (FpCombo)


FarPoint.Win Assembly > FarPoint.Win Namespace > FpCombo Class : BackgroundColor Property
Gets or sets the background color of the combo box.
Syntax
'Declaration
 
Public Property BackgroundColor As Color
'Usage
 
Dim instance As FpCombo
Dim value As Color
 
instance.BackgroundColor = value
 
value = instance.BackgroundColor
public Color BackgroundColor {get; set;}

Property Value

Color object containing the background color
See Also

Reference

FpCombo Class
FpCombo Members