Click or drag to resize

ExplorerBrowserCheckItem Method

Use SelectItem instead

Checks the item at the position passed by index.

Namespace: Jam.Shell
Assembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntax
[ObsoleteAttribute("Use SelectItem instead")]
public void CheckItem(
	int pIndex
)

Parameters

pIndex  Int32
The index of the item to be checked
Exceptions
ExceptionCondition
COMExceptionif item could not be checked e.g. in control panel.
See Also