Expand Minimize
This topic has not yet been rated - Rate this topic

CMFCRibbonCategory::SetName

Assigns a name and keytip to the ribbon category.

void SetName(
   LPCTSTR lpszName
);
[in] lpszName

The name and keytip of the ribbon category.

To set the keytip for the ribbon category, append a newline escape sequence followed by the keytip characters to lpszName.

Header: afxribboncategory.h

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.