API 文档 > Miscellaneous > Object ProUINakedwindow > Function ProUINakedwindowFocusinActionSet
Function ProUINakedwindowFocusinActionSet
Description
Set the action function to be called when the naked window has got keyboard input focus.
Synopsis
ProUINakedwindowFocusinActionSet
(
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 naked window has got focus.
*/
/* (In)
Action data passed to the callback function. Can be NULL.
*/
)
Returns
The function succeeded.
The function failed.
One or more input arguments was invalid.
User Guide References
这对您有帮助吗?