| 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 | |||||
|
|||||
| See Also | |||||
| ProNotificationSet | |||||