====== Slow ======
Property of [[:scripting:api:text-document:start|ITextDocument]]
===== Description =====
Slow document property
===== Property type =====
Read-Only Property of type **[[scripting:api:data-type:VARIANT_BOOL|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 =====
[[:scripting:api:text-document:start|ITextDocument]]
~~NOTOC~~