Versions Compared

Key

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

...

Code Block
// Disable all check boxes in the first column 
Set_Property(@Window:".OLE_EDITTABLE", "OLE.CellCheckEnabled[1; All]", 0) 

 // Enabled all check boxes 
Set_Property(@Window:".OLE_EDITTABLE", "OLE.CellCheckEnabled[All; All]", 1)

...