Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcComboBox Class / ListSelectedItemIndex Property


In This Topic
    ListSelectedItemIndex Property
    In This Topic
    Gets an int value indicates the index of the selected item in the combo box list.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ListSelectedItemIndex As Integer
    'Usage
     
    
    Dim instance As GcComboBox
    Dim value As Integer
     
    value = instance.ListSelectedItemIndex
    public int ListSelectedItemIndex {get;}

    Property Value

    An System.Int32 value.
    The defalut is -1.
    Remarks
    This property indicates the zero-based index of the currently selected item index in the combo box list.
    See Also