oi10:presentation_server:clickcheckonly_property_checkbox

CLICKCHECKONLY property (Checkbox)

Specifies how the control responds to a mouse click. When TRUE$ the control is only checked/unchecked when the check-mark itself is clicked directly. When FALSE$ clicking anywhere on the control checks or unchecks it.

The CLICKCHECKONLY property is a Boolean value of TRUE$ or FALSE$.

DevelopmentRuntimeIndexedScaledSynthetic
Get/SetGet/SetNoNoNo

N/A

 
$Insert Logical

   

   CtrlEntID = @Window : ".CHK_SCRIPT"

   

   // Only allow clicking on the check-mark

   Call Set_Property_Only( CtrlEntID, "CLICKCHECKONLY", TRUE$ )
 
 
 

CHECK property, CLICK event

  • oi10/presentation_server/clickcheckonly_property_checkbox.txt
  • Last modified: 2023/10/25 10:49
  • by 127.0.0.1