Versions Compared

Key

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

Adds new controls to existing groups and other control containers.

Syntax

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

...

PropertyDescription
XmlThe XML snippet used to add controls.

Returns

An XML parsing error, or "" if the XML parsed successfully.

Remarks

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

...