Spread Windows Forms 12.0 Product Documentation
TabForeColor Property (DateTimeDropDownPickerInfo)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > DateTimeDropDownPickerInfo Class : TabForeColor Property
Gets or sets the color of the tab foreground.
Syntax
'Declaration
 
Public Property TabForeColor As Color
'Usage
 
Dim instance As DateTimeDropDownPickerInfo
Dim value As Color
 
instance.TabForeColor = value
 
value = instance.TabForeColor
public Color TabForeColor {get; set;}

Property Value

A System.Drawing.Color value that indicates the tab foreground color of the DropDownPicker.
The default is System.Drawing.SystemColors.ControlText.
See Also

Reference

DateTimeDropDownPickerInfo Class
DateTimeDropDownPickerInfo Members