ShellBrowser .Net Edition
SelectedIndex Property
NamespacesJam.ShellShellSystemListSelectedIndex
Get the selected index in the SystemShellView. This property is -1, if nothing is selected. Please use SelectedItemIdList if you want to determine if nothing at all is selected, since determining the selected index involves a search via IndexOf(ItemIdList).
Declaration Syntax
C#Visual BasicVisual C++
public int SelectedIndex { get; }
Public ReadOnly Property SelectedIndex As Integer
public:
property int SelectedIndex {
	int get ();
}

Assembly: ShellBrowser (Module: ShellBrowser) Version: 4.2.1.45 (4.2.1.45)