![]() | InDesign SDK 20.5 |

Public Types | |
| enum | { kDefaultIID = IID_IINKMGRUIUTILS } |
Public Member Functions | |
| virtual IInkList * | QueryActiveInkList (IActiveContext *=nil)=0 |
| virtual IInkList * | QueryActiveDocInkList ()=0 |
| virtual void | InvokeInkManagerDialog (IInkList *iInkList=nil, RsrcID dlgID=0)=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 |
Invoke the ink manager dialog.
| iInkList | is the ink list to use to populate the ink manager dialog. |
| dlgID | is the dialog's resource ID. |
| pure virtual |
Query for the front most document's ink list
| pure virtual |
Query for the current active ink list in the specified active context. If active context is not specified, the current active context is used.
| activeContext | the specified active context. |