API Documentation > Custom user interface > Object ProUIDrawingarea > Function ProUIDrawingareaPostmanagenotifyActionSet
Function ProUIDrawingareaPostmanagenotifyActionSet
Description
Set the function to be called when the drawing area has just been displayed. Use this callback to setup the initial graphics, text, and images in the drawing area.
Synopsis
ProUIDrawingareaPostmanagenotifyActionSet
(
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 drawing area has just been managed.
*/
/* (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
Was this helpful?