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


In This Topic
    ListDisabledItemStyle Property (GcComboBox)
    In This Topic
    Gets an ItemStyle value indicates color style of the disabled item.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ListDisabledItemStyle As ItemStyle
    'Usage
     
    
    Dim instance As GcComboBox
    Dim value As ItemStyle
     
    value = instance.ListDisabledItemStyle
    public ItemStyle ListDisabledItemStyle {get;}

    Property Value

    An ItemStyle value.
    Remarks
    The backcolor, the forecolor and the gradient effect can be costumized by this property for disabled item in the drop-down list.
    See Also