IPXV_Inst::DefaultTool Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
Line 3: Line 3:
 
{{#customTitle:IPXV_Inst::DefaultTool Property}}
 
{{#customTitle:IPXV_Inst::DefaultTool Property}}
 
{{#parentPage:PXV:IPXV_Inst#Properties|DefaultTool|property}}
 
{{#parentPage:PXV:IPXV_Inst#Properties|DefaultTool|property}}
{{ToWrite}}
 
 
{{ToReview}}
 
{{ToReview}}
  
Property '''DefaultTool''' of interface [[PXV:IPXV_Inst|IPXV_Inst]] returns/sets  Pointer to [[PXV:IPXV_Tool|IPXV_Tool]] ...
+
Gets a default ''Tool'' as pointer to [[PXV:IPXV_Tool|IPXV_Tool]] object, by default - the ''Hand'' tool.
 +
You may change it by setting any other tool-object.
  
 
== Syntax ==
 
== Syntax ==
 
<pre class="brush:cpp;gutter:false">HRESULT get_DefaultTool([out, retval]  IPXV_Tool**  ppTool);
 
<pre class="brush:cpp;gutter:false">HRESULT get_DefaultTool([out, retval]  IPXV_Tool**  ppTool);
HRESULT put_DefaultTool([in]  IPXV_Tool*  ppTool);
+
HRESULT put_DefaultTool([in]  IPXV_Tool*  pTool);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
 
[[PXV:IPXV_Inst|IPXV_Inst]]
 
[[PXV:IPXV_Inst|IPXV_Inst]]

Revision as of 17:36, 27 May 2015


Gets a default Tool as pointer to IPXV_Tool object, by default - the Hand tool. You may change it by setting any other tool-object.

Syntax

HRESULT get_DefaultTool([out, retval]  IPXV_Tool**  ppTool);
HRESULT put_DefaultTool([in]  IPXV_Tool*  pTool);

See Also

IPXV_Inst