VISIO::COLOR_CANCEL_CLICKED (int colorsel)

Description: Capture a callback signal on the CANCEL button of a color selection dialog. The ID of the dialog is passed as an argument. If a click signal has been received by Visio, this command returns a '1'. Else it returns a '0'.

Example: IF VISIO::COLOR_CANCEL_CLICKED (colorsel) THEN VISIO::HIDE(colorsel)