Click or drag to resize

FolderViewGetItem Method

Gets an item by its index.

Namespace:  callback.ShellBoost.Core.WindowsShell
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public Item GetItem(
	int index,
	bool throwOnError = true
)

Parameters

index
Type: SystemInt32
The index.
throwOnError (Optional)
Type: SystemBoolean
true to throw error; otherwise false.

Return Value

Type: Item
An instance of the Item class or null if it was not found.
See Also