![]() | InDesign SDK 20.5 |

Public Types | |
| enum | { kDefaultIID = IID_IASSOCIATEDWIDGETATTRIBUTES } |
Public Member Functions | |
| virtual void | SetAssociatedWidgetID (const WidgetID &associatedWidget)=0 |
| virtual WidgetID | GetAssociatedWidgetID () const =0 |
| virtual void | SetAssociatedActionID (const ActionID &associatedAction)=0 |
| virtual ActionID | GetAssociatedActionID ()=0 |
Public Member Functions inherited from IPMUnknown | |
| virtual IPMUnknown * | QueryInterface (PMIID interfaceID) const =0 |
| virtual void | AddRef () const =0 |
| virtual void | Release () const =0 |
| pure virtual |
Returns the ActionID for this widget from SetAssociatedActionID().
| pure virtual |
Returns the WidgetID for this widget from SetAssociatedWidgetID().
| pure virtual |
Sets the action id for this widget to execute when Option/Alt + clicked.
| associatedAction | - the action id of the action to called when widget id Option/Alt clicked. |
| pure virtual |
Sets the widget id of this widget's associated widget.
| associatedWidget | - the widget id of the widget to put focus on when clicked. |