ProxyWebPartManager::Visible Property
.NET Framework (current version)
Overrides the base property to prevent a value from being assigned.
Assembly: System.Web (in System.Web.dll)
public: [BrowsableAttribute(false)] property bool Visible { virtual bool get() override; virtual void set(bool value) override; }
Property Value
Type: System::BooleanAlways returns false, to prevent the control from being made visible.
| Exception | Condition |
|---|---|
| NotSupportedException | A caller tries to assign a value to this property. |
The Visible property overrides the base property to prevent the ProxyWebPartManager control from ever being made visible. The ProxyWebPartManager control, like the WebPartManager control, has no user interface (UI) and is never displayed to the user.
.NET Framework
Available since 2.0
Available since 2.0
Show: