Print Page | Close Window

Q: QuickAccess button and color file button

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=15573
Printed Date: 06 October 2024 at 7:26am
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: Q: QuickAccess button and color file button
Posted By: Michael122
Subject: Q: QuickAccess button and color file button
Date Posted: 09 November 2009 at 12:12pm
hello colleague!
I have still two smaller questions to the Commandbar:


(see picture)
1 = How can I switch the arrow button off?
2 = We can I the button color change?

Thank you for help!

Greeting from Germany
MG




Replies:
Posted By: Oleg
Date Posted: 10 November 2009 at 1:48am
Hi,
 
1. try
    RibbonBar.ControlQuickAccess.Visible = False
    RibbonBar.AllowQuickAccessCustomization = False
2. only by replacing image inside Office2007Blue.dll.


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


Posted By: Michael122
Date Posted: 10 November 2009 at 11:54am
Thank you!

MG


Posted By: Saulgrub
Date Posted: 16 January 2010 at 2:30pm

Hi oleg,

i found your tip about RibbonBar.ControlQuickAccess.Visible.
It works perfect.
At a right mouse click at any Quick Access Button the popupmenue  "show quick ...... below .... " ist still shown.
Do you have any idea
 
Thanks a lot.
 


Posted By: jose4129
Date Posted: 10 September 2010 at 12:29pm
hi... I have the inverse problem, I want to show the popupmenu  "show quick ...... below .... " but i donīt know how to do it... please can you help me with that..


Posted By: Squale
Date Posted: 13 September 2010 at 5:12am
Remove "Show quick ... below ..."

CommandBar1.Actions.Add 9608, "", "", "", "" ' XTP_ID_RIBBONCUSTOMIZE_QUICKACCESSBELOW = 9608
CommandBar1.Actions(9608).Visible = False


-------------
Product: Xtreme SuitePro (ActiveX) version 13.3.1
Platform: Windows XP (32bit) - SP 3
Language: Visual Basic 6.0



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