ShellBrowser .Net Edition
GetListItem Method (Index)
NamespacesJam.ShellBaseSelectionListGetListItem(Int32)
Returns an item of the list at the passed index.
Declaration Syntax
C#Visual BasicVisual C++
protected string GetListItem(
	int Index
)
Protected Function GetListItem ( _
	Index As Integer _
) As String
protected:
String^ GetListItem(
	int Index
)
Parameters
Index (Int32)
Contains the index of the entry which should be returned.
Return Value
The string at the passed index.

Assembly: ShellBrowser (Module: ShellBrowser) Version: 4.2.1.45 (4.2.1.45)