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.
This enumeration supports a bitwise combination of its member values.
public enum class OLECMDF
public enum class OLECMDF
enum OLECMDF
public enum OLECMDF
[System.Flags]
public enum OLECMDF
type OLECMDF =
[<System.Flags>]
type OLECMDF =
Public Enum OLECMDF
- Inheritance
-
OLECMDF
- Attributes
Fields
Name | Value | Description |
---|---|---|
OLECMDF_SUPPORTED | 1 | |
OLECMDF_ENABLED | 2 | |
OLECMDF_LATCHED | 4 | |
OLECMDF_NINCHED | 8 | |
OLECMDF_INVISIBLE | 16 | |
OLECMDF_DEFHIDEONCTXTMENU | 32 |
Remarks
For information on the COM interface, see OLECMDF