Print Page | Close Window

Luna colors for shortcut bar

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Shortcut Bar
Forum Description: Topics Related to Codejock Shortcut Bar
URL: http://forum.codejock.com/forum_posts.asp?TID=13860
Printed Date: 06 May 2024 at 1:49am
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: Luna colors for shortcut bar
Posted By: tobi
Subject: Luna colors for shortcut bar
Date 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 ...





Replies:
Posted By: Oleg
Date Posted: 31 March 2009 at 3:00am
Hi,
 
Use such code
 
    XtremeShortcutBar.ColorManager.SystemTheme = xtpSystemThemeUnknown
    wndShortcutBar.VisualTheme = xtpShortcutThemeOffice2003


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


Posted By: tobi
Date Posted: 31 March 2009 at 11:12am

This .net code works:

XtremeShortcutBar.ShortcutBarGlobalSettings abc = new XtremeShortcutBar.ShortcutBarGlobalSettings();
abc.ColorManager.SystemTheme = XTPCurrentSystemTheme.xtpSystemThemeUnknown ;
            
wndShortcutBar.VisualTheme = XTPShortcutBarPaintTheme.xtpShortcutThemeOffice2003;
 
Thank you very much Oleg
 



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