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


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

    Property Value

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