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)
 
(One intermediate revision by the same user not shown)
Line 5: Line 5:
 
{{ToReview}}
 
{{ToReview}}
  
Gets a default ''Tool'' as pointer to [[PXV:IPXV_Tool|IPXV_Tool]] object, by default - the ''Hand'' 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.
 
You may change it by setting any other tool-object.
  

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