Visible
Property of IStyle
Description
Visible property
Property type
Read-Write Property of type 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);