====== Style ====== Property of [[:scripting:api:scope:start|IScope]] ===== Description ===== Connected Style ===== Property type ===== Read-Only Property of type **[[:scripting:api:style:start|IStyle]]** ===== Syntax ===== ==== JavaScript ==== var pStyle = Scope.Style; ==== Visual Basic Script ==== pStyle = Scope.Style ==== C++ ==== CComPtr pStyle; HRESULT hr = Scope.get_Style(&pStyle); ===== See Also ===== [[:scripting:api:scope:start|IScope]] ~~NOTOC~~