Spread Windows Forms 15.0
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
    public ItemStyle ListSelectedItemStyle {get;}

    Property Value

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