ComponentOne FlexGrid for WinForms
SelectedIndex Property

C1.Win.C1FlexGrid Namespace > ComboBoxEditor Class : SelectedIndex Property
Gets or sets the selected index in the currently active ComboBox editor.
Syntax
'Declaration
 
Public Property SelectedIndex As Integer
public int SelectedIndex {get; set;}
Remarks
If there's no active editor, or if the editor is not a ComboBox, the value returned is -1.
See Also

Reference

ComboBoxEditor Class
ComboBoxEditor Members