Object ProRibbon

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>
ProError(*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
ProNotificationSet

Manual References:

  1. User Interface: Ribbon Tabs, Groups, and Menu Items: Tab Switching Events
  2. User Interface: Ribbon Tabs, Groups, and Menu Items: Tab Switching Events