Property of IStyle
Visible property
Read-Write Property of type long
var bVal = Style.Visible; Style.Visible = bVal;
bVal = Style.Visible Style.Visible = bVal
long bVal; HRESULT hr = Style.get_Visible(&bVal); hr = Style.put_Visible(bVal);
IStyle