Spread Windows Forms 12.0 Product Documentation
HeaderBackColor Property (DateTimeDropDownPicker)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > DateTimeDropDownPicker Class : HeaderBackColor Property
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 DateTimeDropDownPicker
Dim value As Color
 
instance.HeaderBackColor = value
 
value = instance.HeaderBackColor
public Color HeaderBackColor {get; set;}

Property Value

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

Reference

DateTimeDropDownPicker Class
DateTimeDropDownPicker Members