Click or drag to resize

JamBaseShellListViewShellListViewSelectedItemCollectionTItem Property (Int32)

Gets the item at the specified index within the collection.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax
public T this[
	int index
] { get; }

Parameters

index
Type: SystemInt32
The index.

Return Value

Type: T
The Item.
See Also