IPXV_Inst::DefaultTool Property

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
 
(9 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXV_Inst::DefaultTool Property}}
 
{{#customTitle:IPXV_Inst::DefaultTool Property}}
 +
{{#parentPage:PXV:IPXV_Inst#Properties|DefaultTool|property}}
 +
{{ToReview}}
  
Property '''DefaultTool''' of interface [[PXV:IPXV_Inst|IPXV_Inst]] returns/sets  Pointer to [[PXV:IPXV_Tool|IPXV_Tool]] ...
+
Gets a default ''pTool'' 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** pTool);
HRESULT put_DefaultTool([in] IPXV_Tool* ppTool);
+
HRESULT put_DefaultTool([in] IPXV_Tool* pTool);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IPXV_Inst|IPXV_Inst]].
+
[[PXV:IPXV_Inst|IPXV_Inst]]

Latest revision as of 03:58, 15 June 2015


Gets a default pTool 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**  pTool);
HRESULT put_DefaultTool([in]  IPXV_Tool*  pTool);

See Also

IPXV_Inst