__VSOVERLAYICON2 Enum

Definition

Provides additional members for the VSOVERLAYICON enumeration.

public enum class __VSOVERLAYICON2
public enum class __VSOVERLAYICON2
enum __VSOVERLAYICON2
public enum __VSOVERLAYICON2
type __VSOVERLAYICON2 = 
Public Enum __VSOVERLAYICON2
Inheritance
__VSOVERLAYICON2

Fields

OVERLAYICON_EXCLUDED 5

Overlay icon is excluded.

OVERLAYICON_MAXINDEX2 6

Indicates the last VSOVERLAYICON2.

OVERLAYICON_NOTONDISK 6

Overlay icon is not on disk.

Remarks

This is the overlay icon that the UI hierarchy returns when asked for VSHPROPID_OverlayIconIndex. This will be transparently drawn on top of the item's normal icon.

COM Signature

From vsshell80.idl:

enum __VSOVERLAYICON2  
{  
    OVERLAYICON_EXCLUDED        = 5,  
    OVERLAYICON_NOTONDISK       = 6,  
    OVERLAYICON_MAXINDEX2        = 6  
};  
typedef DWORD VSOVERLAYICON2;   // different type than original  

Applies to