ScriptManager.Visible 属性

定义

重写从 Control 基类继承的 Visible 属性以防止设置此值。

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

属性值

Boolean

在所有情况下均为 true

属性

例外

将一个值分配给 Visible 属性。

注解

Visible 属性在类中 ScriptManager 被重写,以防止设置此值。 NotImplementedException如果为此属性赋值,则会发生错误。

适用于