Click or drag to resize

ShellTreeNodeSetIcon Method

Sets the icon.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.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