Property of IBaseDocument
Changeable state of the document
Read-Only Property of type VARIANT_BOOL
var bVal = BaseDocument.Changeable;
==== Visual Basic Script ====
bVal = BaseDocument.Changeable
==== C++ ====
VARIANT_BOOL bVal; HRESULT hr = BaseDocument.get_Changeable(&bVal);
===== See Also ===== IBaseDocument