Click or drag to resize

OLECMDF Enumeration

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

Namespace:  callback.ShellBoost.Core.WindowsShell
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
[FlagsAttribute]
public enum OLECMDF
Members
  Member nameValueDescription
OLECMDF_NOTSUPPORTED0 The command is not supported by this object.
OLECMDF_SUPPORTED1 The command is supported by this object.
OLECMDF_ENABLED2 The command is available and enabled.
OLECMDF_LATCHED4 The command is an on-off toggle and is currently on.
OLECMDF_NINCHED8 Reserved for future use.
OLECMDF_INVISIBLE16 The command is hidden.
OLECMDF_DEFHIDEONCTXTMENU32 The command is hidden on the context menu.
See Also