ComponentOne FlexPivot for WinForms
SelectedIndex Property (C1MultiSelect)

C1.Win.Input.MultiSelect.4 Assembly > C1.Win.Input Namespace > C1MultiSelect Class : SelectedIndex Property
Gets or sets the index of the currently selected item in the drop-down list. A zero-based index of the currently selected item. A value of negative one (-1) is returned if no item is selected. When SelectionMode is Single then only one item remains selected.
Syntax
'Declaration
 
Public Property SelectedIndex As System.Integer
public System.int SelectedIndex {get; set;}
See Also

Reference

C1MultiSelect Class
C1MultiSelect Members