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