ShellSystemListSelectedIndex Property |
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).
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public int SelectedIndex { get; }
Public ReadOnly Property SelectedIndex As Integer
Get
public:
property int SelectedIndex {
int get ();
}
member SelectedIndex : int with get
Property Value
Type:
Int32See Also