Change caption on File tab |
Post Reply |
Author | |
DaveB
Groupie Joined: 13 March 2009 Status: Offline Points: 52 |
Post Options
Thanks(0)
Posted: 30 May 2011 at 9:01pm |
When using the newer Win7 style ribbon, can I change the File tab caption to something else? |
|
Product: Xtreme SuitePro (ActiveX) version 15.0.2
Platform: Windows XP (32bit) - SP 3 Language: Visual Basic 6.0 |
|
Carlos Rocha
Groupie Joined: 11 February 2008 Location: Portugal Status: Offline Points: 92 |
Post Options
Thanks(0)
|
It is the SystemButton.Caption This is how I do it (not VB): //************************************* local oNavigator as RibbonBackstageView local oSystemButton as ICommandBarPopup oNavigator := self:CreateCommandBar("CXTPRibbonBackstageView") oSystemButton := oRibbonBar:AddSystemButton() oSystemButton:CommandBar := oNavigator oSystemButton:Caption := "&Navigator" //*************************************
|
|
SuitePro 20.3.0
OS: Windows 10 Language: Visual Objects 2.8 |
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |