IPXV_Inst::DefaultTool Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(5 intermediate revisions by 2 users not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXV_Inst::DefaultTool Property}}
 
{{#customTitle:IPXV_Inst::DefaultTool Property}}
{{#parentPage:PXV:IPXV_Inst#Properties|DefaultTool Property|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 ''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 ==
[[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