Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / FpCombo Class / BackgroundColor Property


In This Topic
    BackgroundColor Property (FpCombo)
    In This Topic
    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;}
    See Also