Print Page | Close Window

Change caption on File tab

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Command Bars
Forum Description: Topics Related to Codejock Command Bars
URL: http://forum.codejock.com/forum_posts.asp?TID=18471
Printed Date: 06 October 2024 at 1:15am
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: Change caption on File tab
Posted By: DaveB
Subject: Change caption on File tab
Date 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



Replies:
Posted By: Carlos Rocha
Date Posted: 30 May 2011 at 9:34pm
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



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net