Click or drag to resize

SystemImageListHelperSetSystemImageList Method (ListView)

Assigns the system image list of Windows as image list to a ListView.

Namespace:  Jam.Shell
Assembly:  ShellBrowser (in ShellBrowser.dll) Version: 7.0
Syntax
public void SetSystemImageList(
	ListView aListView
)

Parameters

aListView
Type: System.Windows.FormsListView
A ListView
Remarks
Use GetIconIndex(ItemIdList, Boolean) for the image indexes of items.
See Also