Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / DateTimeDropDownPicker Class / TabForeColor Property


In This Topic
    TabForeColor Property (DateTimeDropDownPicker)
    In This Topic
    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