Print Page | Close Window

How to hide the Add Remove arrow

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


Topic: How to hide the Add Remove arrow
Posted By: gduncan
Subject: How to hide the Add Remove arrow
Date Posted: 11 April 2010 at 10:45pm
How do I remove (or at least not show) these drop down arrows?
 
 
When I had just one toolbar it wasnt so much of a problem, I used the code below to remove the functionality.
Now that I have multiple toolbars it is confusing I think (it looks like the drop arrow is part of the input field) so would like to remove it completely.
I am unable to find how to do this so have resorted to a post here.
 
Thanks in advance.
 
With fMainForm.CommandBars
        .EnableCustomization (False)
 
Private Sub CommandBars_Update(ByVal Control As XtremeCommandBars.ICommandBarControl)
    Select Case Control.ID
        Case XTP_ID_CUSTOMIZE_ADDORREMOVE
            Control.Delete



Replies:
Posted By: SuperMario
Date Posted: 12 April 2010 at 8:39am
http://codejock.com/support/articles/com/commandbars/cb_2.asp


Posted By: gduncan
Date Posted: 12 April 2010 at 5:07pm
Easy when you know how :)
 
Thank you.
 



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