IPXV_Control::CanUndo Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
Line 3: Line 3:
 
{{#customTitle:IPXV_Control::CanUndo Property}}
 
{{#customTitle:IPXV_Control::CanUndo Property}}
 
{{#parentPage:PXV:IPXV_Control#Properties|CanUndo|property}}
 
{{#parentPage:PXV:IPXV_Control#Properties|CanUndo|property}}
{{ToWrite}}
 
 
{{ToReview}}
 
{{ToReview}}
  
Property '''CanUndo''' of interface [[PXV:IPXV_Control|IPXV_Control]] returns  Value of VARIANT_BOOL ...
+
Use it to check the possibility to redo the previously undone action.
  
 
== Syntax ==
 
== Syntax ==

Revision as of 11:57, 29 May 2015


Use it to check the possibility to redo the previously undone action.

Syntax

HRESULT get_CanUndo([out, retval]  VARIANT_BOOL*  pCan);

See Also

IPXV_Control