Click or drag to resize

ShellSystemListGetShellItem Method

Get the item at the specified index.

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

Parameters

index
Type: SystemInt32
The index of the item that should be retrieved

Return Value

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