Method of ITextDocument
Check, if document point inside of protected area
var pbResult = TextDocument.IsProtected(pt);
==== Visual Basic Script ====
pbResult = TextDocument.IsProtected pt
==== C++ ====
VARIANT_BOOL bResult; HRESULT hr = TextDocument.IsProtected(pt, &bResult);
===== See Also ===== ITextDocument