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