Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcComboBox Class / ListSelectedItemStyle Property


In This Topic
ListSelectedItemStyle Property (GcComboBox)
In This Topic
Gets an ItemStyle value indicates color style of the selected Item of the control.
Syntax
'Declaration
 
Public ReadOnly Property ListSelectedItemStyle As ItemStyle
 
'Usage
 
Dim instance As GcComboBox
Dim value As ItemStyle
 
value = instance.ListSelectedItemStyle

Property Value

A ItemStyle value.
Remarks
This property used to customize the appearance of selected item.
See Also