WebPartManager.Visible Property
Assembly: System.Web (in system.web.dll)
[BindableAttribute(false)] public: virtual property bool Visible { bool get () override; void set (bool value) override; }
/** @property */ public boolean get_Visible () /** @property */ public void set_Visible (boolean value)
public override function get Visible () : boolean public override function set Visible (value : boolean)
Property Value
A Boolean value that indicates whether a WebPartManager control and its child controls are visible. true in all cases.The WebPartManager control overrides the base Control.Visible property to always return a value of true for the Visible property. Even though the WebPartManager control itself is not visible, the Visible property needs to be set to true so that all its child controls are visible by default.
If you try to set the value of the Visible property, it always generates an error because the WebPartManager control has overridden the base property behavior and prevents assigning any value to the property.
This property is not bindable in visual designers, but is bindable at runtime. For more information, see BindableAttribute.
Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.