Click or drag to resize

OLECMDTEXTF Enumeration

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

Namespace:  callback.ShellBoost.Core.WindowsShell
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.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