Different ICON-Size in CommandBars |
Post Reply |
Author | |
Lupo
Newbie Joined: 08 March 2007 Location: Germany Status: Offline Points: 7 |
Post Options
Thanks(0)
Posted: 25 May 2007 at 9:41am |
Hi,
I've one CommandBar on my Form and I added two Toolbars.
Set ToolBar = CommandBars.Add("Standard", xtpBarBottom)
ToolBar.EnableDocking xtpFlagStretched Set LanguageBar = CommandBars.Add("Language", xtpBarTop)
LanguageBar.EnableDocking xtpFlagStretched the ICON-Size of the Toolbar Icons should be 72x72 and the ICON-Size of the LanguageBar should be 48x48.
All Icons are stored in an ImageManager-Control.
How can I do this ????
Thanks for help.
|
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
Hi,
Guess you tried SetIconSize method?
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
Lupo
Newbie Joined: 08 March 2007 Location: Germany Status: Offline Points: 7 |
Post Options
Thanks(0)
|
Hi Oleg,
yes, I tried SetIconSize method. But it changed the IconnSize for both Bars.
How can I change it individual ? |
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
Hi,
call it for individual toolbars:
Toolbar1.SetIconSize
Toolbar2.SetIconSize |
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
Lupo
Newbie Joined: 08 March 2007 Location: Germany Status: Offline Points: 7 |
Post Options
Thanks(0)
|
Thanks Oleg, I did not saw this method.
|
|
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 |