====== 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 ==== var pStyle = Style.IncludeStyle; ==== Visual Basic Script ==== pStyle = Style.IncludeStyle ==== C++ ==== CComPtr pStyle; HRESULT hr = Style.get_IncludeStyle(&pStyle); ===== See Also ===== [[:scripting:api:style:start|IStyle]] ~~NOTOC~~