NativeMethods.tagOLECMDF Enum

Definition

Specifies the tag use for the command.

public: enum class NativeMethods::tagOLECMDF
[System.Runtime.InteropServices.ComVisible(false)]
public enum NativeMethods.tagOLECMDF
[<System.Runtime.InteropServices.ComVisible(false)>]
type NativeMethods.tagOLECMDF = 
Public Enum NativeMethods.tagOLECMDF
Inheritance
NativeMethods.tagOLECMDF
Attributes

Fields

OLECMDF_ENABLED 2

The command is enabled.

OLECMDF_INVISIBLE 16

The command is hidden.

OLECMDF_LATCHED 4

The command is latched.

OLECMDF_NINCHED 8

The command is ninched.

OLECMDF_SUPPORTED 1

The command is supported.

Applies to