IPXV_Inst::DefaultTool Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
(6 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|DefaultTool | + | {{#parentPage:PXV:IPXV_Inst#Properties|DefaultTool|property}} |
− | + | ||
{{ToReview}} | {{ToReview}} | ||
− | + | 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** | + | <pre class="brush:cpp;gutter:false">HRESULT get_DefaultTool([out, retval] IPXV_Tool** pTool); |
− | HRESULT put_DefaultTool([in] IPXV_Tool* | + | 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 02: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);