![]() |
RibbonGroup Caption |
Post Reply
|
| Author | |
McKloony
Senior Member
Joined: 09 January 2007 Location: Germany Status: Offline Points: 340 |
Post Options
Thanks(0)
Quote Reply
Topic: RibbonGroup CaptionPosted: 26 September 2007 at 1:04pm |
|
How can i set the caption of the RibbonGroups Visible = False?
|
|
|
Product: Xtreme SuitePro (ActiveX) 16.2.5
Platform: XP / Windows 7 Language: Visual Basic 6.0 SP6 |
|
![]() |
|
meaningoflights
Groupie
Joined: 27 October 2007 Status: Offline Points: 35 |
Post Options
Thanks(0)
Quote Reply
Posted: 16 February 2008 at 6:38pm |
|
fyi:
https://forum.codejock.com/forum_posts.asp?TID=9518&KW=FindControl declare a RibbonBar in the global declaration section, add this code: Dim oGrp As RibbonGroup Set oGrp = RibbonBar.FindGroup(ID_The_Group) oGrp.Caption ="What Ever Caption You Want" 'nothing for invisible |
|
|
Jeremy Thompson (MCSD)
|
|
![]() |
|
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 |