Property of IBaseDocument
Read-Only state of the document
Read-Write Property of type VARIANT_BOOL
var bVal = BaseDocument.ReadOnly; BaseDocument.ReadOnly = bVal;
bVal = BaseDocument.ReadOnly BaseDocument.ReadOnly = bVal
VARIANT_BOOL bVal; HRESULT hr = BaseDocument.get_ReadOnly(&bVal); hr = BaseDocument.put_ReadOnly(bVal);