Click or drag to resize

ShellSystemListSelectItem Method

The item of the given index gets selected.

Namespace: Jam.Shell
Assembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntax
public void SelectItem(
	int index
)

Parameters

index  Int32
The index of the item that should be selected. -2 selects all, -1 selects none.
See Also