Versions Compared

Key

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

...


Disabling a group does not disable the items it contains. Use the ItemEnabled property to disable items.

...

Code Block
// Disable a group 
Set_Property(@Window:".OLE_SHORTCUT", "OLE.GroupEnabled[1]", 0) 

// Enable all groups 
Set_Property(@Window:".OLE_SHORTCUT", "OLE.GroupEnabled[All]", 1)

See Also

GroupExpandableItemEnabled