Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

PosNameTypeDescriptionDefault
<1>Auto CheckOptionAuto update parent/child check boxesNone
<2>Link to SelectionBooleanDetermines if checking/unchecking will select/unselect an item0
<3>Drag ClickBooleanDetermines if the user can click and drag to check multiple check boxes at once1

...


When setting the Link to Selection field to 1, you may also want to set the SelectBehavior property to Multi or Toggle. Also, be aware that the Link to Selection behavior does not work in reverse. That is to say, selecting an item will not update the item's check box.

...

Code Block
CheckBehavior = ""  
CheckBehavior<1> = "Parent" ;// Automatically update parent check boxes  
CheckBehavior<2> = 0        ;// Do not select items when clicking check boxes  
CheckBehavior<3> = 1        ;// Allow the user to drag and click check boxes  

Set_Property(@Window:".OLE_TREE", "OLE.CheckBehavior", CheckBehavior)

See Also

CheckBoxConditionsEnterBehaviorExpandBehaviorSelectBehavior