![]() |
How to hide the Add Remove arrow |
Post Reply
|
| Author | |
gduncan
Groupie
Joined: 11 November 2009 Status: Offline Points: 24 |
Post Options
Thanks(0)
Quote Reply
Topic: How to hide the Add Remove arrowPosted: 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 |
|
![]() |
|
SuperMario
Senior Member
Joined: 14 February 2004 Status: Offline Points: 18057 |
Post Options
Thanks(0)
Quote Reply
Posted: 12 April 2010 at 8:39am |
|
http://codejock.com/support/articles/com/commandbars/cb_2.asp
|
|
![]() |
|
gduncan
Groupie
Joined: 11 November 2009 Status: Offline Points: 24 |
Post Options
Thanks(0)
Quote Reply
Posted: 12 April 2010 at 5:07pm |
|
Easy when you know how :)
Thank you.
|
|
![]() |
|
Post Reply
|
|
|
Tweet
|
| Forum Jump | Forum Permissions ![]() You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |