ShellSystemListSelectItem Method |
The item of the given index gets selected.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public void SelectItem(
int index
)
Public Sub SelectItem (
index As Integer
)
public:
void SelectItem(
int index
)
member SelectItem :
index : int -> unit
Parameters
- index
- Type: SystemInt32
The index of the item that should be selected. -2 selects all, -1 selects none.
See Also