Versions Compared

Key

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

...

If you would rather have a tab, instead of the circular button, set this property to True. Doing so will change the application button into a blue tab that appears to the left of all other ribbon tabs. You can set the text of the tab using the SystemButtonCaption property. Your form's icon will appear as normal in the form's frame and only the text will be displayed. By default, the text set to "File".

...

Code Block
// Change the application button into a tab
Set_Property(@Window:".OLE_RIBBON", "OLE.SystemButtonIsTab", 1)

See Also

SystemButtonCaption