ShellTreeNodeOverlayImage Property |
The index of the overlay image in the system image list that should be shown in front of the normal icon.
This property will only be set if the
ShowOverlayIcons property of
ShowOverlayIcons is set to true.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntaxpublic int OverlayImage { get; set; }
Public Property OverlayImage As Integer
Get
Set
public:
virtual property int OverlayImage {
int get () sealed;
void set (int value) sealed;
}
abstract OverlayImage : int with get, set
override OverlayImage : int with get, set
Property Value
Type:
Int32Implements
IJamShellItemVisualsOverlayImage
See Also