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. ====== TabMode ====== Property of [[:scripting:api:syntax:start|ISyntax]] ===== Description ===== Reads Tab/Space Mode ===== Property type ===== Read-Write Property of type **[[:scripting:api:tab-modes|eTabModes]]** ===== Syntax ===== ==== JavaScript ==== <code javascript> var nVal = Syntax.TabMode; Syntax.TabMode = nVal; </code>==== Visual Basic Script ==== <code vb> nVal = Syntax.TabMode Syntax.TabMode = nVal </code>==== C++ ==== <code cpp> eTabModes nVal; HRESULT hr = Syntax.get_TabMode(&nVal); hr = Syntax.put_TabMode(nVal); </code>===== See Also ===== [[:scripting:api:syntax:start|ISyntax]] ~~NOTOC~~