Property of IBaseDocument
Checks if redo action possible
Read-Only Property of type VARIANT_BOOL
var bCan = BaseDocument.CanRedo;
==== Visual Basic Script ====
bCan = BaseDocument.CanRedo
==== C++ ====
VARIANT_BOOL bCan; HRESULT hr = BaseDocument.get_CanRedo(&bCan);
===== See Also ===== IBaseDocument