scripting:api:style:visible

Visible

Property of IStyle

Visible property

Read-Write Property of type long

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 ===== IStyle