Click or drag to resize

FolderViewGetVisibleItem Method

Gets the next visible item in relation to a given index in the view.

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

Parameters

startIndex
Type: SystemInt32
The start index.
previous
Type: SystemBoolean
if set to true, find the first visible item before startIndex; otherwise find the first visible item after startIndex.
throwOnError (Optional)
Type: SystemBoolean
true to throw error; otherwise false.

Return Value

Type: Item
An instance of the Item class or null.
See Also