Click or drag to resize

SystemImageListHelperSetSystemImageList(ListView) Method

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

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

Parameters

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