Versions Compared

Key

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

...

The DefCheckBox property establishes the default check box setting for new items. Setting this property will not change existing items. Instead, newly added items will take on the setting established in this property. See the ItemCheckBox property for details.

The CheckBoxConditions property is a much easier way of setting check boxes.

For more information on how default properties can make you more efficient, see the Default Properties article.

Example

Code Block
// Make right-side check boxes the default  
Set_Property(@Window:".OLE_TREE", "OLE.DefCheckBox", "Right")

See Also

ItemCheckBoxCheckBoxConditions