API Documentation > Custom user interface > Object ProUIDrawingarea > Function ProUIDrawingareaDisableTracking
Function ProUIDrawingareaDisableTracking
Description
Sets the drawing area to not generate a 'move action' whenever the cursor is moved over a visible region of the drawing area.
Synopsis
ProUIDrawingareaDisableTracking
(
char* dialog
/* (In)
The name of the dialog that contains the drawing area.
*/
char* component
/* (In)
The name of the drawing area component.
*/
)
Returns
The function succeeded.
The function failed.
One or more input arguments was invalid.
See Also
User Guide References
Was this helpful?