Visible Property
Syntax
public override bool Visible { get; set; }
<BrowsableAttribute(False)>
Public Overrides Property Visible As Boolean
[BrowsableAttribute(false)]
public:
property bool Visible {
bool get() override;
void set ( bool ) override;
}
Property Value
true if the control is visible on the page; otherwise false.