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.0
Syntax
public void SelectItem(
	int index
)

Parameters

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