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

Public Types | |
| enum | { kDefaultIID = IID_IBEHAVIORDATAPANEL } |
Public Member Functions | |
| virtual IPMUnknown * | CreatePanel (const PMLocaleId &localeId, const PMIID &iid) 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 |
Add-in interface to Behavior Factory Boss, that provides a panel that can be used to edit the behavior. The panel is is placed inside a dialog that is presented when a new behavior is being created, or an existing behavior of a certain type is edited.
| pure virtual |
Create panel for a certain type of behavior UI (whatever is appropriate for the behavior boss that this interface is added to.
| localeId | A localeid to be used to get the proper resource for the panel. |
| iid | Interface to be returned. Should be IID_ICONTROLVIEW. |