IPXV_Document::ActiveTool Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
(6 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|ActiveTool Property|property}}
+
{{#parentPage:PXV:IPXV_Document#Properties|ActiveTool|property}}
{{ToWrite}}
+
 
{{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**  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 ==
[[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