Versions Compared

Key

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

Adds new groups to existing tabs.

Syntax

Code Block
Error = Send_Message(Ctrl, "OLE.AddGroups", Xml)

...

PropertyDescription
XmlThe XML snippet used to add groups.

Returns

An XML parsing error, or "" if the XML parsed successfully. (Added in 4.1.20)

Remarks

The AddGroups method allows you to add new groups to the ribbon at runtime. This is the only way to add new groups. Do not call Init multiple times.

...