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
)
Public Sub SetIcon (
pSysImageIndex As Integer,
pIsOverlay As Boolean,
Optional pOverlayIndex As Integer = -1
)
public:
void SetIcon(
int pSysImageIndex,
bool pIsOverlay,
int pOverlayIndex = -1
)
member SetIcon :
pSysImageIndex : int *
pIsOverlay : bool *
?pOverlayIndex : int
(* Defaults:
let _pOverlayIndex = defaultArg pOverlayIndex -1
*)
-> unit
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