Documentación de la API > Custom user interface > Object ProUIInputpanel > Function ProUIInputpanelActivateActionSet
Function ProUIInputpanelActivateActionSet
Description
Sets the activate action for a input panel. This function is called when the user hits return in the input panel.
Synopsis
ProUIInputpanelActivateActionSet
(
char* dialog
/* (In)
The name of the dialog that contains the input panel
*/
char* inputpanel
/* (In)
The name of the input panel component
*/
/* (In)
The action to be called on selecting a button
*/
ProAppData appdata
/* (In)
User data to be passed to the action function.
*/
)
Returns
The function was successful
The function failed
Sample Code References
User Guide References
¿Fue esto útil?