![]() | InDesign SDK 20.5 |
#include <IPalettePresentation.h>

Public Types | |
| enum | { kDefaultIID = IID_IPALETTEPRESENTATION } |
Public Member Functions | |
| virtual IControlView * | GetPalettePanel () const =0 |
| virtual PaletteRef | GetPaletteRef () const =0 |
| virtual void | BringToFront ()=0 |
| virtual bool16 | IsFloating () const =0 |
Public Member Functions inherited from IPMUnknown | |
| virtual IPMUnknown * | QueryInterface (PMIID interfaceID) const =0 |
| virtual void | AddRef () const =0 |
| virtual void | Release () const =0 |
This interface, exists on the palette wrapper boss to designate that it represents InDesign palette presentation. The palette wrapper boss bridges the gap between InDesign palette panels, and the OWL Palette world.
One can look up the widget hierarchy for this interface (vs IDocumentPresentation) to determine the type of presentation. The interface is intended to be sparce, but sufficient to allow further calls to PaletteRefUtils or IPanelMgr.
| pure virtual |
Bring this palette to the front
| pure virtual |
Get the palette panel this palette contains
| pure virtual |
Get the PaletteRef representation for this palette
| pure virtual |
Is this palette floating