Large icons in menu |
Post Reply |
Author | |
Aaron
Senior Member Joined: 29 January 2008 Status: Offline Points: 2192 |
Post Options
Thanks(0)
Posted: 12 February 2008 at 6:38am |
Hi,
I want to use large icons in my menus.
It's not working so far.
CommandBars.ActiveMenuBar.SetIconSize 32, 32
CommandBars.ActiveMenuBar.Redrawbar CommandBars.ActiveMenuBar.RecalcLayout
or
CommandBars.ActiveMenuBar.CommandBars.Options.LargeIcons = True
or CommandBars.ActiveMenuBar.CommandBars.Options.SetIconSize True, 32, 32
or
CommandBars.Options.LargeIcons = True
It doesn't show any large icons (with ImageManager)
The only thing that I found (and works) is: CommandBars.PaintManager.AutoResizeIcons = True , but this will resize the image to the height of the menu item
Can anyone tell me what to do?
Thanks in advance
|
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
Hi,
try
CommandBars.Options.SetPopupIconSize
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
Aaron
Senior Member Joined: 29 January 2008 Status: Offline Points: 2192 |
Post Options
Thanks(0)
|
Oleg,
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 |