====== CanRedo ======
Property of [[:scripting:api:base-document:start|IBaseDocument]]
===== Description =====
Checks if redo action possible
===== Property type =====
Read-Only Property of type **[[scripting:api:data-type:VARIANT_BOOL|VARIANT_BOOL]]**
===== Syntax =====
==== JavaScript ====
var bCan = BaseDocument.CanRedo;
==== Visual Basic Script ====
bCan = BaseDocument.CanRedo
==== C++ ====
VARIANT_BOOL bCan;
HRESULT hr = BaseDocument.get_CanRedo(&bCan);
===== See Also =====
[[:scripting:api:base-document:start|IBaseDocument]]
~~NOTOC~~