IPXV_Document::ActiveTool Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
(5 intermediate revisions by one other user not shown) | |||
Line 2: | Line 2: | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IPXV_Document::ActiveTool Property}} | {{#customTitle:IPXV_Document::ActiveTool Property}} | ||
− | {{#parentPage:PXV:IPXV_Document#Properties|ActiveTool | + | {{#parentPage:PXV:IPXV_Document#Properties|ActiveTool|property}} |
− | + | ||
{{ToReview}} | {{ToReview}} | ||
− | Property '''ActiveTool''' of interface [[PXV:IPXV_Document|IPXV_Document]] returns/sets Pointer to [[PXV:IPXV_Tool|IPXV_Tool]] | + | Property '''ActiveTool''' of interface [[PXV:IPXV_Document|IPXV_Document]] returns/sets Pointer to [[PXV:IPXV_Tool|IPXV_Tool]] containing the currently active tool. |
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT get_ActiveTool([out, retval] IPXV_Tool** | + | <pre class="brush:cpp;gutter:false">HRESULT get_ActiveTool([out, retval] IPXV_Tool** pTool); |
− | HRESULT put_ActiveTool([in] IPXV_Tool* | + | HRESULT put_ActiveTool([in] IPXV_Tool* pTool); |
</pre> | </pre> | ||
== See Also == | == See Also == | ||
− | [[PXV:IPXV_Document|IPXV_Document]] | + | [[PXV:IPXV_Document|IPXV_Document]] |
Latest revision as of 01:20, 12 June 2017
Property ActiveTool of interface IPXV_Document returns/sets Pointer to IPXV_Tool containing the currently active tool.
Syntax
HRESULT get_ActiveTool([out, retval] IPXV_Tool** pTool); HRESULT put_ActiveTool([in] IPXV_Tool* pTool);