Hide ExpandButton on shorcut bar! |
Post Reply |
Author | |
cliv
Newbie Joined: 04 July 2005 Location: Romania Status: Offline Points: 4 |
Post Options
Thanks(0)
Posted: 04 July 2005 at 12:25pm |
I work in vb6. I don't want to display ExpandButton on shorcut bar. Can i hide ExpandButton ? Best regards, Cliv Edited by cliv |
|
ianp
Moderator Group Joined: 19 December 2003 Location: United Kingdom Status: Offline Points: 119 |
Post Options
Thanks(0)
|
Do you mean the "Configure Buttons" ShortcutBarItem? If so, this Item always appears to have the Id of -1, so can be removed using:
I've no idea if this causes any side effects, though I did notice that the space taken by the Icon for the "Configure Buttons" Item is never reused |
|
jamesblast
Groupie Joined: 15 June 2005 Status: Offline Points: 52 |
Post Options
Thanks(0)
|
if i do wndShortcutBar.RemoveItem(-1) in 9.7 the last button is removed as well.
i tried out some constelations, but the last one is removed in every case. is this a new bug? please help. thank you |
|
SuperMario
Admin Group Joined: 14 February 2004 Status: Offline Points: 18057 |
Post Options
Thanks(0)
|
In the next release there is a new property that allows you to
hide\show the button. Then the empty space the button occupied is
removed.
|
|
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 |