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. ====== Overview ====== Property of [[:scripting:api:style:start|IStyle]] ===== Description ===== Overview property ===== Property type ===== Read-Write Property of type **[[scripting:api:data-type:long|long]]** ===== Syntax ===== ==== JavaScript ==== <code javascript> var bOverview = Style.Overview; Style.Overview = bOverview; </code>==== Visual Basic Script ==== <code vb> bOverview = Style.Overview Style.Overview = bOverview </code>==== C++ ==== <code cpp> long bOverview; HRESULT hr = Style.get_Overview(&bOverview); hr = Style.put_Overview(bOverview); </code>===== See Also ===== [[:scripting:api:style:start|IStyle]] ~~NOTOC~~