Click or drag to resize

ShellTreeNodeSetIcon Method

Sets the icon.

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

Parameters

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