IPXV_Inst::ProgressMon Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
(7 intermediate revisions by 2 users not shown) | |||
Line 2: | Line 2: | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IPXV_Inst::ProgressMon Property}} | {{#customTitle:IPXV_Inst::ProgressMon Property}} | ||
− | {{#parentPage:PXV:IPXV_Inst#Properties|ProgressMon | + | {{#parentPage:PXV:IPXV_Inst#Properties|ProgressMon|property}} |
− | + | ||
{{ToReview}} | {{ToReview}} | ||
− | + | 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 == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT get_ProgressMon([out, retval] IProgressMon** | + | <pre class="brush:cpp;gutter:false">HRESULT get_ProgressMon([out, retval] IProgressMon** pProgressMon); |
− | HRESULT put_ProgressMon([in] IProgressMon* | + | HRESULT put_ProgressMon([in] IProgressMon* pProgressMon); |
</pre> | </pre> | ||
== See Also == | == See Also == | ||
− | [[PXV:IPXV_Inst|IPXV_Inst]] | + | [[PXV:IPXV_Inst|IPXV_Inst]], [[PXV:IPXV_Inst_DefaultProgressMon|IPXV_Inst::DefaultProgressMon]] |
Latest revision as of 02:59, 15 June 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** pProgressMon); HRESULT put_ProgressMon([in] IProgressMon* pProgressMon);