Click or drag to resize

SystemImageListHelperSetIconDelegate Delegate

Delegate for the method that is called when an icon is retrieved.

Namespace: Jam.Shell
Assembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntax
public delegate void SetIconDelegate(
	int pNewIndex,
	bool pIsOverlay,
	int pOverlayIndex = -1
)

Parameters

pNewIndex  Int32
The index of the icon in the matching ImageList.
pIsOverlay  Boolean
The icon that was retrieved is an overlay image.
pOverlayIndex  Int32  (Optional)
(Optional) One-based index of the overlay. of pIsOverlay is true.
See Also