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.
Activates a context category that is already visible.
BOOL ActivateContextCategory(
UINT uiContextID
);
Parameters
- [in] uiContextID
The context category ID.
Return Value
TRUE if a context category with uiContextID is found and activated; otherwise FALSE.
Requirements
Header: afxribbonbar.h
See Also
Concepts
Reference
Change History
Date |
History |
Reason |
---|---|---|
October 2008 |
Fixed typing error. |
Information enhancement. |