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. ====== Syntax ====== Property of [[:scripting:api:style:start|IStyle]] ===== Description ===== Syntax property ===== Property type ===== Read-Only Property of type **[[:scripting:api:syntax:start|ISyntax]]** ===== Syntax ===== ==== JavaScript ==== <code javascript> var pSyntax = Style.Syntax; </code>==== Visual Basic Script ==== <code vb> pSyntax = Style.Syntax </code>==== C++ ==== <code cpp> CComPtr<ISyntax> pSyntax; HRESULT hr = Style.get_Syntax(&pSyntax); </code>===== See Also ===== [[:scripting:api:style:start|IStyle]] ~~NOTOC~~