IPXV_Inst::ProgressMon Property
From PDF XChange PDF SDK
Line 14: | Line 14: | ||
== See Also == | == See Also == | ||
− | [[PXV:IPXV_Inst|IPXV_Inst]], [[PXV: | + | [[PXV:IPXV_Inst|IPXV_Inst]], [[PXV:IPXV_Inst_DefaultProgressMon|IPXV_Inst::DefaultProgressMon]] |
Revision as of 17:26, 27 May 2015
Gets/sets the current application's progress-monitor object as pointer to IProgressMon interface.
You may get and use it to show the progress of any action. By default application uses the default progress-monitor that controls the standard progress dialog of Editor.
Syntax
HRESULT get_ProgressMon([out, retval] IProgressMon** ppProgressMon); HRESULT put_ProgressMon([in] IProgressMon* pProgressMon);