Show pageOld revisionsBacklinksAdd to bookBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== 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 ==== <code javascript> var bSlow = TextDocument.Slow; </code>==== Visual Basic Script ==== <code vb> bSlow = TextDocument.Slow </code>==== C++ ==== <code cpp> VARIANT_BOOL bSlow; HRESULT hr = TextDocument.get_Slow(&bSlow); </code>===== See Also ===== [[:scripting:api:text-document:start|ITextDocument]] ~~NOTOC~~