Office Themes and Custom Colors?

PDF-XChange Viewer SDK for Developer's
(ActiveX and Simple DLL Versions)

Moderators: TrackerSupp-Daniel, Tracker Support, Vasyl-Tracker Dev Team, Chris - Tracker Supp, Sean - Tracker, Ivan - Tracker Software, Tracker Supp-Stefan

Post Reply
jeffp
User
Posts: 914
Joined: Wed Sep 30, 2009 6:53 pm

Office Themes and Custom Colors?

Post by jeffp »

In my application, I allow Office theming. As such, is there anyway to change the grey color of the panel the ViewerAX toolbars sit on, the status bar, etc., to another color so that I can carry my Office themes through out your program?

Thanks.
User avatar
Vasyl-Tracker Dev Team
Site Admin
Posts: 2353
Joined: Thu Jun 30, 2005 4:11 pm
Location: Canada

Re: Office Themes and Custom Colors?

Post by Vasyl-Tracker Dev Team »

Hi, jeffp.

You may change it by:

Code: Select all

ax.SetProperty("View.Colors.Face", <RGB_color>, 0);
See also [Reference/Named Items/Objects/View/Colors].

Best
Regards.
Vasyl Yaremyn
Tracker Software Products
Project Developer

Please archive any files posted to a ZIP, 7z or RAR file or they will be removed and not posted.
jeffp
User
Posts: 914
Joined: Wed Sep 30, 2009 6:53 pm

Re: Office Themes and Custom Colors?

Post by jeffp »

Sweat! I didn't see this one. Thanks much!
User avatar
Paul - Tracker Supp
Site Admin
Posts: 6901
Joined: Wed Mar 25, 2009 10:37 pm
Location: Chemainus, Canada
Contact:

Re: Office Themes and Custom Colors?

Post by Paul - Tracker Supp »

:)
Best regards

Paul O'Rorke
Tracker Support North America
http://www.tracker-software.com
Post Reply