Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > ActiveX COM > Command Bars
  New Posts New Posts RSS Feed - How to hide the Add Remove arrow
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

How to hide the Add Remove arrow

 Post Reply Post Reply
Author
Message
gduncan View Drop Down
Groupie
Groupie


Joined: 11 November 2009
Status: Offline
Points: 24
Post Options Post Options   Thanks (0) Thanks(0)   Quote gduncan Quote  Post ReplyReply Direct Link To This Post Topic: How to hide the Add Remove arrow
    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
Back to Top
SuperMario View Drop Down
Admin Group
Admin Group
Avatar

Joined: 14 February 2004
Status: Offline
Points: 18057
Post Options Post Options   Thanks (0) Thanks(0)   Quote SuperMario Quote  Post ReplyReply Direct Link To This Post Posted: 12 April 2010 at 8:39am
http://codejock.com/support/articles/com/commandbars/cb_2.asp
Back to Top
gduncan View Drop Down
Groupie
Groupie


Joined: 11 November 2009
Status: Offline
Points: 24
Post Options Post Options   Thanks (0) Thanks(0)   Quote gduncan Quote  Post ReplyReply Direct Link To This Post Posted: 12 April 2010 at 5:07pm
Easy when you know how :)
 
Thank you.
 
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.250 seconds.