Documentación de la API > Custom user interface > Object ProUIDrawingarea > Function ProUIDrawingareaEnterActionSet
Function ProUIDrawingareaEnterActionSet
Description
Set the action function to be called when the user has moved the cursor into the drawing area. This action will be generated only if tracking is enabled for the drawing area.
Synopsis
ProUIDrawingareaEnterActionSet
(
char* dialog
/* (In)
The name of the dialog that contains the drawing area.
*/
char* component
/* (In)
The name of the drawing area component.
*/
ProUIAction callback
/* (In)
Function to be called when the cursor is moved in to the drawing area.
*/
/* (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.
See Also
User Guide References
¿Fue esto útil?