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.2
Syntax
public void SelectItem(
	int pIndex,
	bool pAdd = true
)

Parameters

pIndex  Int32
The index of the item to be selected
pAdd  Boolean  (Optional)
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