OLECMDF Enum

Definition

Specifies the type of support provided by an object for the command specified in an OLECMDstructure.

This enumeration supports a bitwise combination of its member values.

public enum class OLECMDF
[System.Flags]
public enum OLECMDF
[<System.Flags>]
type OLECMDF = 
Public Enum OLECMDF
Inheritance
OLECMDF
Attributes

Fields

OLECMDF_DEFHIDEONCTXTMENU 32

Specifies that the command is hidden on the context menu.

OLECMDF_ENABLED 2

Specifies that the command is available and enabled.

OLECMDF_INVISIBLE 16

Specifies that the command is hidden.

OLECMDF_LATCHED 4

Specifies that the command is an on-off toggle and is currently on.

OLECMDF_NINCHED 8

Reserved for future use.

OLECMDF_SUPPORTED 1

Specifies that the command is supported by this object.

Applies to