Versions Compared

Key

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

Adds new tabs to the control.

Syntax

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

...

PropertyDescription
XmlThe XML snippet used to add tabs.

Returns

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

Remarks

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

...