Luna colors for shortcut bar |
Post Reply |
Author | |
tobi
Senior Member Joined: 09 September 2004 Location: Germany Status: Offline Points: 451 |
Post Options
Thanks(0)
Posted: 30 March 2009 at 3:40pm |
Is it possible to turn off usage of luna colors for shortcut bar with theme is office 2003 ?
IŽd like to have a gray ( ala Commandbars without luna colors ) shortcut bar with office 2003 style but do not find how to do this ... |
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
Hi,
Use such code
XtremeShortcutBar.ColorManager.SystemTheme = xtpSystemThemeUnknown
wndShortcutBar.VisualTheme = xtpShortcutThemeOffice2003 |
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
tobi
Senior Member Joined: 09 September 2004 Location: Germany Status: Offline Points: 451 |
Post Options
Thanks(0)
|
This .net code works: XtremeShortcutBar.ShortcutBarGlobalSettings abc = new XtremeShortcutBar.ShortcutBarGlobalSettings();
abc.ColorManager.SystemTheme = XTPCurrentSystemTheme.xtpSystemThemeUnknown ; wndShortcutBar.VisualTheme = XTPShortcutBarPaintTheme.xtpShortcutThemeOffice2003; Thank you very much Oleg
|
|
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 |