Print Page | Close Window

Quick Access Toolbar on Ribbon

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=4352
Printed Date: 25 April 2024 at 5:12pm
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: Quick Access Toolbar on Ribbon
Posted By: jcollier
Subject: Quick Access Toolbar on Ribbon
Date Posted: 05 June 2006 at 3:01pm
How do I hide the Quick Access Toolbar on the Ribbon Bar



Replies:
Posted By: Oleg
Date Posted: 05 June 2006 at 6:00pm
Seems there is no method. :(

-------------
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS


Posted By: jcollier
Date Posted: 06 June 2006 at 10:12am
It would be nice to be able to hide it.  I do not plan on using it but will have to answer questions from end users as to what it is.

Thanks!


Posted By: asparagusx
Date Posted: 08 March 2019 at 3:23am
I am using 18.4.0. Is it possible to hide the QA Toolbar? This still does not appear have been implemented.

Regards

Anton


Posted By: gibra
Date Posted: 09 March 2019 at 4:44am
Set ShowQuickAccess property tu false:

RibbonBar.ShowQuickAccess = False

Wink



-------------
gibra
CJ SuiteControl v: 13.x to 19.x
Windows 10 64bit
VS2019 - VB6.0 SP6
<a href="http://nuke.vbcorner.net/Home/tabid/36/language/en-US/Default.aspx" rel="nofollow">VS/VB 6.0 Installer v6.8


Posted By: salsa31
Date Posted: 16 June 2019 at 2:52pm
try this
CommandBars.EnableCustomization(False)
RibbonBar.ShowQuickAccessBelowRibbon = False
RibbonBar.ShowQuickAccess = False




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