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$.
Development | Runtime | Indexed | Scaled | Synthetic |
---|---|---|---|---|
Get/Set | Get/Set | No | No | No |
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