IPXV_Document::ActiveTool Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
Line 3: | Line 3: | ||
{{#customTitle:IPXV_Document::ActiveTool Property}} | {{#customTitle:IPXV_Document::ActiveTool Property}} | ||
{{#parentPage:PXV:IPXV_Document#Properties|ActiveTool|property}} | {{#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 == |
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);