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