IPXV_Document::ActiveTool Property

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
Line 1: Line 1:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXV_Document::ActiveTool Property}}
 
{{#customTitle:IPXV_Document::ActiveTool Property}}
 +
{{#parentPage:PXV:IPXV_Document|property}}
 +
{{ToWrite}}
 +
{{ToReview}}
  
 
Property '''ActiveTool''' of interface [[PXV:IPXV_Document|IPXV_Document]] returns/sets  Pointer to [[PXV:IPXV_Tool|IPXV_Tool]] ...
 
Property '''ActiveTool''' of interface [[PXV:IPXV_Document|IPXV_Document]] returns/sets  Pointer to [[PXV:IPXV_Tool|IPXV_Tool]] ...
 
  
 
== Syntax ==
 
== Syntax ==

Revision as of 16:09, 20 April 2015


Property ActiveTool of interface IPXV_Document returns/sets Pointer to IPXV_Tool ...

Syntax

HRESULT get_ActiveTool([out, retval] IPXV_Tool** ppTool);
HRESULT put_ActiveTool([in] IPXV_Tool* ppTool);

See Also

See also IPXV_Document.