'Declaration Public Property Visible As Nullable(Of Boolean)
public Nullable<bool> Visible {get; set;}
Property Value
true
if the Properties tab should be shown; otherwise, false
.'Declaration Public Property Visible As Nullable(Of Boolean)
public Nullable<bool> Visible {get; set;}
true
if the Properties tab should be shown; otherwise, false
.