ProxyWebPartManager.Visible Property

Definition

Overrides the base property to prevent a value from being assigned.

[System.ComponentModel.Browsable(false)]
public override bool Visible { get; set; }

Property Value

Always returns false, to prevent the control from being made visible.

Attributes

Exceptions

A caller tries to assign a value to this property.

Remarks

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.

Applies to

Product Versions
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

See also