IPXV_Document::ActiveTool Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
(2 intermediate revisions by one other user not shown)
Line 3: Line 3:
 
{{#customTitle:IPXV_Document::ActiveTool Property}}
 
{{#customTitle:IPXV_Document::ActiveTool Property}}
 
{{#parentPage:PXV:IPXV_Document#Properties|ActiveTool|property}}
 
{{#parentPage:PXV:IPXV_Document#Properties|ActiveTool|property}}
{{ToWrite}}
 
 
{{ToReview}}
 
{{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]] containing the currently active tool.
  
 
== Syntax ==
 
== Syntax ==

Latest revision as of 02:20, 12 June 2017


Property ActiveTool of interface IPXV_Document returns/sets Pointer to IPXV_Tool containing the currently active tool.

Syntax

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

See Also

IPXV_Document