CMFCRibbonBar::SetElementKeys
Sets the keytips for all ribbon elements that have the specified command ID.
BOOL SetElementKeys(
UINT uiCmdID,
LPCTSTR lpszKeys,
LPCTSTR lpszMenuKeys = NULL
);
Parameters
[in] uiCmdID
The command ID of a ribbon element.[in] lpszKeys
The keytip.[in] lpszMenuKeys
The menu keytip.
Return Value
TRUE if the keytips of at least one ribbon element are set; otherwise FALSE.
Remarks
The optional menu keytip is for ribbon elements with a split button that opens a popup menu.
Requirements
Header: afxribbonbar.h
See Also
Concepts
Reference
Change History
Date |
History |
Reason |
---|---|---|
September 2008 |
Updated whole topic. |
Information enhancement. |