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 identify the type of action to complete on a Ribbon framework View.
Syntax
typedef enum UI_VIEWVERB {
UI_VIEWVERB_CREATE = 0,
UI_VIEWVERB_DESTROY = 1,
UI_VIEWVERB_SIZE = 2,
UI_VIEWVERB_ERROR = 3
} ;
Constants
UI_VIEWVERB_CREATE Value: 0 Create a View. |
UI_VIEWVERB_DESTROY Value: 1 Destroy a View. |
UI_VIEWVERB_SIZE Value: 2 Resize a View. |
UI_VIEWVERB_ERROR Value: 3 Unable to complete the action. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 7, Windows Vista with SP2 and Platform Update for Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2008 R2, Windows Server 2008 with SP2 and Platform Update for Windows Server 2008 [desktop apps only] |
Header | uiribbon.h |