Versions Compared

Key

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

...

The SystemButtonCaption property gets or sets the text of the application tab. The application tab is only visible when the SystemButtonIsTab is set to True. By default, the application tab will display the text "File", since the application button/tab is a replacement to the File menu of old.

...

Code Block
// Change the application button into a tab and set it's text to "App"
Set_Property(@Window:".OLE_RIBBON", "OLE.SystemButtonIsTab", 1)
Set_Property(@Window:".OLE_RIBBON", "OLE.SystemButtonCaption", "App")

See Also

SystemButtonIsTab