Print Page | Close Window

Is it possible ?

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=8989
Printed Date: 18 June 2025 at 2:04am
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: Is it possible ?
Posted By: StephenW
Subject: Is it possible ?
Date Posted: 03 December 2007 at 6:42am
Hello
 
I have added some functions to the quick access bar, and these then appear as ticked items in the Customise Quick Access Toolbar menu.  I would like to be able to add other items to the customise menu as unticked, thus not yet visible on the quick access bar, as per Word 2007.  Is this possible ?
 
 
Also is it possble to disable the More Commands... menu option that appears on the Customise Quick Access Toolbar menu ?
 
 
Many thanks



Replies:
Posted By: StephenW
Date Posted: 10 December 2007 at 4:39am
?


Posted By: ijwelch
Date Posted: 11 December 2007 at 12:04pm
Hi,

I've figured out the first part. You need to call CreateOriginalControls before adding any items you DON'T want to appear by default. eg.

.QuickAccessControls.Add xtpControlButton, 9999, "Visible Item"
.QuickAccessControls.CreateOriginalControls
.QuickAccessControls.OriginalControls.Add xtpControlButton, 99999, "Hidden Item"

I can't find a solution to the More Commands... problem though.


Posted By: StephenW
Date Posted: 14 December 2007 at 5:00am
Thank you, I will give this a try



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