Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies values that indicate whether a Command was defined at compile time or at run time.
Syntax
typedef enum {
UI_COMMANDCATEGORY_UNKNOWN = 0,
UI_COMMANDCATEGORY_STATIC = 1,
UI_COMMANDCATEGORY_DYNAMIC = 2
} UI_COMMANDCATEGORY;
Constants
UI_COMMANDCATEGORY_UNKNOWN
The Command is not defined.UI_COMMANDCATEGORY_STATIC
The Command was defined at compile time.UI_COMMANDCATEGORY_DYNAMIC
The Command was defined at run time.
Requirements
Minimum supported client |
Windows 8 [desktop apps only] |
Minimum supported server |
Windows Server 2012 [desktop apps only] |
Header |
Uiribbon.h |
IDL |
Uiribbon.idl |