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


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

    Property Value

    The ItemStyleInfo value.
    Remarks
    This property used to customize the appearance of selected items.
    See Also