Versions Compared

Key

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

...

The Clear method removes all groups and their items from the control. If you only want to delete specific groups, then use RemoveGroup instead. If you only want to delete a group's items, then use ClearGroup.

Example

Code Block
// Clear the control 
Send_Message(@Window:".OLE_SHORTCUTBAR", "OLE.Clear")

See Also

ClearGroupRemoveGroup