Control.Visible Property
.NET Framework 3.0
Gets or sets a value that indicates whether a server control is rendered as UI on the page.
Namespace: System.Web.UI
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
'Declaration <BindableAttribute(True)> _ Public Overridable Property Visible As Boolean 'Usage Dim instance As Control Dim value As Boolean value = instance.Visible instance.Visible = value
/** @property */ public boolean get_Visible () /** @property */ public void set_Visible (boolean value)
public function get Visible () : boolean public function set Visible (value : boolean)
Not applicable.
Property Value
true if the control is visible on the page; otherwise false.Community Additions
ADD
Show: