Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcComboBox Class / DisabledForeColor Property


In This Topic
    DisabledForeColor Property (GcComboBox)
    In This Topic
    Gets or sets the disabled foreground color of the control.
    Syntax
    'Declaration
     
    
    Public Overrides Property DisabledForeColor As Color
    'Usage
     
    
    Dim instance As GcComboBox
    Dim value As Color
     
    instance.DisabledForeColor = value
     
    value = instance.DisabledForeColor
    public override Color DisabledForeColor {get; set;}

    Property Value

    A System.Drawing.Color value indicates the disabled foreground color.
    Remarks
    If this control is disabled, the foreground is displayed by following the value of this property.
    See Also