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.2
Syntax
public bool IsSelected(
	int pIndex
)

Parameters

pIndex  Int32
The index of the item.

Return Value

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