ProxyWebPartManager.Visible Property

Definition

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

public:
 virtual property bool Visible { bool get(); void set(bool value); };
[System.ComponentModel.Browsable(false)]
public override bool Visible { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.Visible : bool with get, set
Public Overrides Property Visible As Boolean

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

See also