Click or drag to resize

ShellSystemListGetShellItem Method

Get the item at the specified index.

Namespace: Jam.Shell
Assembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntax
public ShellSystemListItem GetShellItem(
	int index
)

Parameters

index  Int32
The index of the item that should be retrieved

Return Value

ShellSystemListItem
The item at the specified index. Null if the FolderView is not available or the index is invalid.
See Also