Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / DropDownPicker Class / BackColor Property


In This Topic
    BackColor Property (DropDownPicker)
    In This Topic
    Gets or sets the background color of the drop-down picker
    Syntax
    'Declaration
     
    
    Public Overridable Property BackColor As Color
    'Usage
     
    
    Dim instance As DropDownPicker
    Dim value As Color
     
    instance.BackColor = value
     
    value = instance.BackColor
    public virtual Color BackColor {get; set;}

    Property Value

    A System.Drawing.Color value indicates the background color of the DropDownPicker.
    The default is System.Drawing.SystemColors.Window.
    Remarks
    You can use the BackColor property to change the background color of the drop-down picker.
    See Also