Spread Windows Forms 12.0 Product Documentation
ListDisabledItemStyle Property


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > GcComboBoxCellType Class : ListDisabledItemStyle Property
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

Reference

GcComboBoxCellType Class
GcComboBoxCellType Members