Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / DateTimeDropDownPickerInfo Class / HeaderBackColor Property


In This Topic
    HeaderBackColor Property (DateTimeDropDownPickerInfo)
    In This Topic
    Gets or sets the background color for the empty area of the header area.
    Syntax
    'Declaration
     
    
    Public Property HeaderBackColor As Color
    'Usage
     
    
    Dim instance As DateTimeDropDownPickerInfo
    Dim value As Color
     
    instance.HeaderBackColor = value
     
    value = instance.HeaderBackColor
    public Color HeaderBackColor {get; set;}

    Property Value

    A System.Drawing.Color value that indicates the empty area of the header area background color of the DropDownPicker.
    The default is System.Drawing.SystemColors.Control.
    See Also