Class Hierarchy
IAcPpPaletteSet
C++
class IAcPpPaletteSet : public IUnknown;
File
acpp.h
Description
This interface provides access to AutoCAD’s Properties palette. It exposes methods for manipulating the tabs displayed on the dialog, adding and removing tabs, and changing the dialog’s visibility.
The Properties palette is an Enhanced Secondary Windows Palette Set. It contains one or more tabs represented by IacPpPalette instances. The dialog also contains controls for manipulating the selection set, in the form of a Pick Select button, a Pick Set button, a Quick Select button, as well as a combo box that can be used to operate on a subset of the currently selected objects.
See the AutoCAD User's Guide for a description of these buttons.