| 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
Syntaxprotected 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
See Also