Spread Windows Forms 11.0 Product Documentation
TabForeColor Property (DateTimeDropDownPicker)


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

Property Value

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

Reference

DateTimeDropDownPicker Class
DateTimeDropDownPicker Members