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

Public Member Functions | |
| virtual PMString | GetTipText (const PMPoint &mouseLocation)=0 |
| virtual void | SetTipText (const PMString tipText)=0 |
Public Member Functions inherited from IPMUnknown | |
| virtual IPMUnknown * | QueryInterface (PMIID interfaceID) const =0 |
| virtual void | AddRef () const =0 |
| virtual void | Release () const =0 |
Defines the tip inteface
Tips are expected to return a PMString to use as their tip. To have no tip, return PMString(). You may also fill in the WindowPlacementAdvice, if you have a preference about where the tip window appears.
| mouseLocation |
Implemented in AbstractTip, and CusCondTxtIconTip.
| pure virtual |
***This API is currently not implemented in general case. Only implement in (IID_ITIP, kGeneratedGraphicTipImpl) for a specific case*** Set the tooltip text
| newTipText | - string to use as tip |
Implemented in AbstractTip.