Click or drag to resize

BaseSelectionListGetListItem Method

Returns an item of the list at the passed index.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax
protected string GetListItem(
	int pIndex
)

Parameters

pIndex
Type: SystemInt32
Contains the index of the entry which should be returned.

Return Value

Type: String
The string at the passed index.
See Also