Click or drag to resize

FolderView.GetSelectedItem Method

Gets the currently selected item at or after a given index.

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

Parameters

startIndex
Type: System.Int32
The start index.
throwOnError (Optional)
Type: System.Boolean
true to throw error; otherwise false.

Return Value

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