Click or drag to resize

BaseSelectionListGetListItem Method

Returns an item of the list at the passed index.

Namespace:  Jam.Shell
Assembly:  ShellBrowser (in ShellBrowser.dll) Version: 7.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