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