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