Property Visible
Visible
Gets or sets a value indicating whether the control and all its child controls are displayed.
bool Visible { get; set; }
Property Value
- bool
true
if the control and all its child controls are displayed; otherwise,false
. The default istrue
.