Description
This .NET class wraps the AduiPaletteSet ObjectARX class. This class now supports themed icons for the Palette set icon that is displayed in the caption of the palette set. The new Theme-based Icon methods supercede the SetIcon and GetIcon methods of a Winforms of WPF palette set is to be themed. If a palette set does not support theming, then the new themed APIs need not be used.
Class Hierarchy
Autodesk.AutoCAD.Windows.Window Autodesk.AutoCAD.Windows.PaletteSet
C#
public class PaletteSet : Window, ICollection;
Visual Basic
Public Class PaletteSet Inherits Window Inherits ICollection
Links
PaletteSet Constructor, PaletteSet Methods, PaletteSet Properties, PaletteSet Events