Show pageOld revisionsBacklinksAdd to bookBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== 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 ==== <code javascript> var bCan = BaseDocument.CanRedo; </code>==== Visual Basic Script ==== <code vb> bCan = BaseDocument.CanRedo </code>==== C++ ==== <code cpp> VARIANT_BOOL bCan; HRESULT hr = BaseDocument.get_CanRedo(&bCan); </code>===== See Also ===== [[:scripting:api:base-document:start|IBaseDocument]] ~~NOTOC~~