IPXV_Inst::ProgressMon Property

From PDF XChange PDF SDK
Revision as of 03:59, 15 June 2015 by Dsbot (Talk | contribs) (Automatic page editing by robot)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


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**  pProgressMon);
HRESULT put_ProgressMon([in]  IProgressMon*  pProgressMon);

See Also

IPXV_Inst, IPXV_Inst::DefaultProgressMon