Versions Compared

Key

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

...

Code Block
// Init the frist group with 3 items 
Set_Property(@Window:".OLE_SHORTCUT", "OLE.GroupItemCount[1]", 3) 

// Add 3 more items to it 
Set_Property(@Window:".OLE_SHORTCUT", "OLE.GroupItemCount[1]", 6) 

// Remove 2 items from it 
Set_Property(@Window:".OLE_SHORTCUT", "OLE.GroupItemCount[1]", 4) 

// Remove all items from all groups 
Set_Property(@Window:".OLE_SHORTCUT", "OLE.GroupItemCount[All]", 0)

See Also

GroupCount