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


In This Topic
    ForeColor Property (DateTimeDropDownPicker)
    In This Topic
    Gets or sets the color of the foreground of the drop-down picker.
    Syntax
    'Declaration
     
    
    Public Overrides Property ForeColor As Color
    'Usage
     
    
    Dim instance As DateTimeDropDownPicker
    Dim value As Color
     
    instance.ForeColor = value
     
    value = instance.ForeColor
    public override Color ForeColor {get; set;}

    Property Value

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