Documentación de la API > Miscellaneous > Object ProUINakedwindow > Function ProUINakedwindowKeyActionSet
Function ProUINakedwindowKeyActionSet
Description
Set the action function to be called when a key has been pressed with the keyboard input focus on the naked window.
Synopsis
ProUINakedwindowKeyActionSet
(
char* dialog
/* (In)
The name of the dialog that contains the naked window.
*/
char* component
/* (In)
The name of the naked window component.
*/
ProUIAction function
/* (In)
Function to be called when a key is pressed with input focus on the naked window
*/
/* (In)
Action data to be passed to callback function. Can be NULL.
*/
)
Returns
The function was successful
The function failed
An invalid argument was given
User Guide References
¿Fue esto útil?