Click or drag to resize

SystemImageListHelperSetIconDelegate Delegate

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

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

Parameters

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