Click or drag to resize

ExplorerBrowserSelectItem Method

Selects the item at the position passed by index.

Namespace:  Jam.Shell
Assembly:  ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax
public void SelectItem(
	int pIndex,
	bool pAdd = true
)

Parameters

pIndex
Type: SystemInt32
The index of the item to be selected
pAdd (Optional)
Type: SystemBoolean
if set to true the current selection is kept, else it is overwritten.
Exceptions
ExceptionCondition
COMExceptionif item could not be selected e.g. in control panel.
See Also