Specifies the type of support provided by an object for the command specified in an OLECMD structure.
Namespace:
ShellBoost.Core.WindowsShell
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax [FlagsAttribute]
public enum OLECMDF
Members
| Member name | Value | Description |
---|
| OLECMDF_NOTSUPPORTED | 0 |
The command is not supported by this object.
|
| OLECMDF_SUPPORTED | 1 |
The command is supported by this object.
|
| OLECMDF_ENABLED | 2 |
The command is available and enabled.
|
| OLECMDF_LATCHED | 4 |
The command is an on-off toggle and is currently on.
|
| OLECMDF_NINCHED | 8 |
Reserved for future use.
|
| OLECMDF_INVISIBLE | 16 |
The command is hidden.
|
| OLECMDF_DEFHIDEONCTXTMENU | 32 |
The command is hidden on the context menu.
|
See Also