Description
The ThemeManager is a singleton dependency object that holds all settings and provides access to the global objects within the theme framework. Besides being responsible for tracking the current palette settings, including the current palette theme, it also works with images stored in Windows resource DLLs, such as the acadbtn resource file. To support this responsibility, it has a property, ImageSources.
Class Hierarchy
Autodesk.Windows.Themes.ThemeManager
Visual Basic
Public Class ThemeManager Inherits DependencyObject
C#
public class ThemeManager : DependencyObject;
Links
ThemeManager Fields, ThemeManager Methods, ThemeManager Properties, ThemeManager Events