Versions Compared

Key

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

...

Code Block
// Get the current check state, and if it's mixed, then set it to 1 
ItemChecked = Get_Property(@Window:".OLE_TREE", "OLE.ItemChecked[Item1]") 
If ItemChecked EQ 2 then 
   Set_Property(@Window:".OLE_TREE", "OLE.ItemChecked[Item1]", 1) 
end

See Also

OnItemCheckCheckBehavior