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


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

    Property Value

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