Click or drag to resize

ExplorerBrowserCheckItem Method

Note: This API is now obsolete.

Checks the item at the position passed by index.

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

Parameters

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