VSOVERLAYICON Enum

Definition

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

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.

OVERLAYICON_NONE 0

Indicates that no overlay is to be used.

OVERLAYICON_POLICY 2

Overlay the standard policy on the icon.

OVERLAYICON_SHORTCUT 1

Overlay the standard shortcut on the icon.

Remarks

COM Signature

From vsshell.idl:

Applies to