IPXV_Document::ActiveTool Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
Line 9: Line 9:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_ActiveTool([out, retval]  IPXV_Tool**  pTool);
+
<pre class="brush:cpp;gutter:false">HRESULT get_ActiveTool([out, retval]  IPXV_Tool**  Tool);
HRESULT put_ActiveTool([in]  IPXV_Tool*  pTool);
+
HRESULT put_ActiveTool([in]  IPXV_Tool*  Tool);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
 
[[PXV:IPXV_Document|IPXV_Document]]
 
[[PXV:IPXV_Document|IPXV_Document]]

Revision as of 07:29, 12 June 2015


Property ActiveTool of interface IPXV_Document returns/sets Pointer to IPXV_Tool ...

Syntax

HRESULT get_ActiveTool([out, retval]  IPXV_Tool**  Tool);
HRESULT put_ActiveTool([in]  IPXV_Tool*  Tool);

See Also

IPXV_Document