BaseShellItemOverlayImage Property |
The index of the overlay image in the system image list that should be shown in front of the normal icon.
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.1
Syntax public virtual int OverlayImage { get; set; }
Public Overridable Property OverlayImage As Integer
Get
Set
public:
virtual property int OverlayImage {
int get ();
void set (int value);
}
abstract OverlayImage : int with get, set
override OverlayImage : int with get, set
Property Value
Type:
Int32Implements
IJamShellItemVisualsOverlayImageSee Also