CanRedo
Property of IDocument
Description
Checks if redo action possible
Property type
Read-Only Property of type VARIANT_BOOL
Syntax
JavaScript
var bCan = Document.CanRedo;
Visual Basic Script
bCan = Document.CanRedo
C++
VARIANT_BOOL bCan; HRESULT hr = Document.get_CanRedo(&bCan);