Click or drag to resize

OLECMDTEXTF Enumeration

Specifies the type of information that is stored in a CommandQueryStatusEventArgs instance.

Namespace:  ShellBoost.Core.WindowsShell
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public enum OLECMDTEXTF
Members
  Member nameValueDescription
OLECMDTEXTF_NONE0 No extra information is requested.
OLECMDTEXTF_NAME1 The object should provide the localized name of the command.
OLECMDTEXTF_STATUS2 The object should provide a localized status string for the command.
See Also