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

Public Types | |
| enum | { kDefaultIID = IID_IWIDGETIDDATA } |
Public Member Functions | |
| virtual void | Set (const WidgetID &id)=0 |
| virtual WidgetID | GetWidgetID () 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 is a data interface to allow clients to get/set widget id.
| pure virtual |
Get the cached widget id.
| pure virtual |
Set the widget id as the new widget id passed in.
| WidgetID | The new widget id to be set. |