VISIO::COLOR_OK_CLICKED (int colorsel)

Description: Capture a callback signal on the OK 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_OK_CLICKED (fileselection) THEN PRINT “Hello”