API ドキュメンテーション > Miscellaneous > Object ProRibbon > Callback ProRibbonTabSwitchAction
Callback ProRibbonTabSwitchAction
Description
This is the notification function called when switching from one ribbon tab to another
Users must supply this function by calling ProNotificationSet() with the notify type PRO_RIBBON_TAB_SWITCH.
Synopsis
#include <ProNotify.h>
(*ProRibbonTabSwitchAction)
(
char* from_tab
/* (In)
Name of the ribbon tab switching from.
*/
char* to_tab
/* (In)
Name of the ribbon tab switching to.
*/
)
Returns
Must return PRO_TK_NO_ERROR.
See Also
User Guide References
これは役に立ちましたか?