IPXV_Inst::ProgressMon Property

From PDF XChange PDF SDK
Jump to: navigation, search
Line 6: Line 6:
  
 
Gets/sets the current application's progress-monitor object as pointer to [[PXV:IProgressMon|IProgressMon]] interface.
 
Gets/sets the current application's progress-monitor object as pointer to [[PXV:IProgressMon|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 ==
 
== Syntax ==

Revision as of 18:25, 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);

See Also

IPXV_Inst