Documentation de l'API > Custom user interface > Object ProUITab > Function ProUITabSelectActionSet
Function ProUITabSelectActionSet
Description
Sets the select action for a tab. This function is called when the user selects the tab.
Synopsis
#include <ProUITab.h>
ProUITabSelectActionSet
(
char* dialog
/* (In)
The name of the dialog that contains the tab
*/
char* tab
/* (In)
The name of the tab component
*/
/* (In)
The action to be called on selecting the tab
*/
ProAppData appdata
/* (In)
User data to be passed to the action function.
*/
)
Returns
The function was successful
The function failed
User Guide References
Est-ce que cela a été utile ?