Versions Compared

Key

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

...

Code Block
// Disable an item 
Set_Property(@Window:".OLE_SHORTCUT", "OLE.ItemEnabled[1; 1]", 0) 

// Enable all items in all groups 
Set_Property(@Window:".OLE_SHORTCUT", "OLE.ItemEnabled[All; All]", 1)

See Also

GroupEnabled