Gets or sets a value indicating whether the control and all its child controls are displayed.
'Declaration
Public Property Visible As Boolean
public bool Visible {get; set;}
Property Value
true if the control and all its child controls are displayed; otherwise, false. The default is true.