IPXV_Document::ActiveTool Property

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
 
(9 intermediate revisions by one other user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXV_Document::ActiveTool Property}}
 
{{#customTitle:IPXV_Document::ActiveTool Property}}
 +
{{#parentPage:PXV:IPXV_Document#Properties|ActiveTool|property}}
 +
{{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** ppTool);
+
<pre class="brush:cpp;gutter:false">HRESULT get_ActiveTool([out, retval] IPXV_Tool** pTool);
HRESULT put_ActiveTool([in] IPXV_Tool* ppTool);
+
HRESULT put_ActiveTool([in] IPXV_Tool* pTool);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IPXV_Document|IPXV_Document]].
+
[[PXV:IPXV_Document|IPXV_Document]]

Latest revision as of 02: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);

See Also

IPXV_Document