Click or drag to resize

ShellTreeNodeSetIcon Method

Sets the icon.

Namespace:  Jam.Shell
Assembly:  ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax
public void SetIcon(
	int pSysImageIndex,
	bool pIsOverlay,
	int pOverlayIndex = -1
)

Parameters

pSysImageIndex
Type: SystemInt32
Index of the icon in the SystemImageList.
pIsOverlay
Type: SystemBoolean
if set to true the imageIndex is set as overlay image.
pOverlayIndex (Optional)
Type: SystemInt32
(Optional) One-based index of the overlay.
See Also