OLECMDF 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.
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
Name | Value | Description |
---|---|---|
OLECMDF_SUPPORTED | 1 | Specifies that the command is supported by this object. |
OLECMDF_ENABLED | 2 | Specifies that the command is available and enabled. |
OLECMDF_LATCHED | 4 | Specifies that the command is an on-off toggle and is currently on. |
OLECMDF_NINCHED | 8 | Reserved for future use. |
OLECMDF_INVISIBLE | 16 | Specifies that the command is hidden. |
OLECMDF_DEFHIDEONCTXTMENU | 32 | Specifies that the command is hidden on the context menu. |