Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcComboBoxCellType Class / ListDisabledItemStyle Property


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

    Property Value

    An ItemStyleInfo value.
    Remarks
    The backcolor, forecolor, and the gradient effect can be customized with this property.
    See Also