Click or drag to resize

ShellSystemListIsSelected Method

Returns true if the item with the passed index is selected.

Namespace:  Jam.Shell
Assembly:  ShellBrowser (in ShellBrowser.dll) Version: 7.0
Syntax
public bool IsSelected(
	int pIndex
)

Parameters

pIndex
Type: SystemInt32
The index of the item.

Return Value

Type: Boolean
true if the item with the passed index is selected, false otherwise.
See Also