Versions Compared

Key

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

...

PosNameTypeDescription
<1>Left Check BoxFormatted StringThe condition in which a check box is displayed on the left hand side of an item
<2>Right Check BoxFormatted StringThe condition in which a check box is displayed on the right hand side of an item

...

This property is overridden by the ItemCheckBox property value. In other words, the conditions are only evaluated as long as the ItemCheckBox property is 0.

For more information on using conditions, see the Conditions tutorial in the Using SRP OLE Tree section.

...

Code Block
// Display left hand check boxes for all items  
Conditions = ""  
Conditions<1> = 1  
Set_Property(@Window:".OLE_TREE", "OLE.CheckBoxConditions", Conditions)  

// Display right hand check boxes for items with no children  
Conditions = ""  
Conditions<2> = "Not(HasChildren)"  
Set_Property(@Window:".OLE_TREE", "OLE.CheckBoxConditions", Conditions)

See Also

ItemCheckBoxDragConditionDropConditionImageConditionsOnItemCheck