Share

PaletteSettings Class

Description

The PaletteSettings object is a collection of properties that apply to the palette system as a whole. Currently it holds only one property, the current theme. It implements the INotifyPropertyChanging and INotifyPropertyChanged interfaces so that clients can be notified that a property is about to be changed and after a property has changed, respectively.

Class Hierarchy

Autodesk.Windows.Palettes.PaletteSettings

Visual Basic

Public sealed Class PaletteSettings
Inherits INotifyPropertyChanged
Inherits INotifyPropertyChanging

C#

public sealed class PaletteSettings : INotifyPropertyChanged, INotifyPropertyChanging;

Links

PaletteSettings Methods, PaletteSettings Properties, PaletteSettings Events

Was this information helpful?