VSOVERLAYICON Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the overlay icon, returned by the hierarchy, when asked through the VSHPROPID_OverlayIconIndex element in __VSHPROPID. This icon is transparently drawn on top of your item's normal icon to indicate that the state has changed.
public enum class VSOVERLAYICON
	public enum class VSOVERLAYICON
	enum VSOVERLAYICON
	public enum VSOVERLAYICON
	type VSOVERLAYICON = 
	Public Enum VSOVERLAYICON
		- Inheritance
 - 
				VSOVERLAYICON
 
Fields
| Name | Value | Description | 
|---|---|---|
| OVERLAYICON_NONE | 0 | Indicates that no overlay is to be used.  | 
			
| OVERLAYICON_SHORTCUT | 1 | Overlay the standard shortcut on the icon.  | 
			
| OVERLAYICON_POLICY | 2 | Overlay the standard policy on the icon.  | 
			
| OVERLAYICON_CONNECTED | 3 | Overlay the standard connected icon.  | 
			
| OVERLAYICON_DISCONNECTED | 4 | Overlay the standard disconnected icon.  | 
			
| OVERLAYICON_MAXINDEX | 4 | Value is the same as the last valid overlay indicating the end of overlay values.  | 
			
Remarks
COM Signature
From vsshell.idl: