Print Page | Close Window

Large icons in menu

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=9565
Printed Date: 23 September 2024 at 9:30pm
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: Large icons in menu
Posted By: Aaron
Subject: Large icons in menu
Date 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



Replies:
Posted By: Oleg
Date Posted: 12 February 2008 at 7:47am
Hi,
 
try
 
CommandBars.Options.SetPopupIconSize


-------------
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS


Posted By: Aaron
Date Posted: 13 February 2008 at 5:58am
Oleg,
 
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