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
)
Protected Function GetListItem (
pIndex As Integer
) As String
protected:
String^ GetListItem(
int pIndex
)
member GetListItem :
pIndex : int -> string
Parameters
- pIndex
- Type: SystemInt32
Contains the index of the entry which should be returned.
Return Value
Type:
StringThe string at the passed index.
See Also