This document is archived and information here might be outdated. Recommended version. |
Indicates whether the layer is visible.
[Visual Basic .NET]
Public Property Visible As Boolean
[C#]
public bool Visible {get; set;}
[C++]
HRESULT get_Visible(
void
);
[C++]
HRESULT put_Visible(
);