__VSOVERLAYICON2 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.
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
Name | Value | Description |
---|---|---|
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