Description
This .NET class wraps the AcTcPalette ObjectARX class.
This class represents a palette window. A palette window exists in a hierarchy consisting of a parent palette set that contains one or more palette windows.
Class Hierarchy
Autodesk.AutoCAD.Windows.ToolPalette.CatalogItem Autodesk.AutoCAD.Windows.ToolPalette.Package Autodesk.AutoCAD.Windows.ToolPalette.Palette
Visual Basic
Public sealed Class Palette Inherits Package
C#
public sealed class Palette : Package;