====== 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 ==== var bVal = Style.Visible; Style.Visible = bVal; ==== Visual Basic Script ==== bVal = Style.Visible Style.Visible = bVal ==== C++ ==== long bVal; HRESULT hr = Style.get_Visible(&bVal); hr = Style.put_Visible(bVal); ===== See Also ===== [[:scripting:api:style:start|IStyle]] ~~NOTOC~~