Table of Contents

CLICKCHECKONLY property (Checkbox)

Description

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.

Property Value

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

Property Traits

DevelopmentRuntimeIndexedScaledSynthetic
Get/SetGet/SetNoNoNo

Remarks

N/A

Example

 
$Insert Logical

   

   CtrlEntID = @Window : ".CHK_SCRIPT"

   

   // Only allow clicking on the check-mark

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

See Also

CHECK property, CLICK event