Share

ThemeManager Class

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

C#

public class ThemeManager : DependencyObject;

Visual Basic

Public Class ThemeManager
Inherits DependencyObject

Links

ThemeManager Fields, ThemeManager Methods, ThemeManager Properties

Was this information helpful?