IPXV_Control::CanRedo Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(5 intermediate revisions by 2 users not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXV_Control::CanRedo Property}}
 
{{#customTitle:IPXV_Control::CanRedo Property}}
{{#parentPage:PXV:IPXV_Control#Properties|CanRedo Property|property}}
+
{{#parentPage:PXV:IPXV_Control#Properties|CanRedo|property}}
{{ToWrite}}
+
 
{{ToReview}}
 
{{ToReview}}
  
Property '''CanRedo''' of interface [[PXV:IPXV_Control|IPXV_Control]] returns  Value of VARIANT_BOOL ...
+
Use it to check the possibility to undo the last action.
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_CanRedo([out, retval]  VARIANT_BOOL*  pCan);
+
<pre class="brush:cpp;gutter:false">HRESULT get_CanRedo([out, retval]  VARIANT_BOOL*  bCan);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
[[PXV:IPXV_Control|IPXV_Control]].
+
[[PXV:IPXV_Control|IPXV_Control]]

Latest revision as of 03:50, 15 June 2015


Use it to check the possibility to undo the last action.

Syntax

HRESULT get_CanRedo([out, retval]  VARIANT_BOOL*  bCan);

See Also

IPXV_Control