Slow
Property of ITextDocument
Description
Slow document property
Property type
Read-Only Property of type VARIANT_BOOL
Syntax
JavaScript
var bSlow = TextDocument.Slow;
==== Visual Basic Script ====
bSlow = TextDocument.Slow
==== C++ ====
VARIANT_BOOL bSlow; HRESULT hr = TextDocument.get_Slow(&bSlow);
===== See Also ===== ITextDocument