共用方式為


ScriptManagerProxy.Visible 屬性

定義

覆寫繼承自 Visible 基底類別的 Control 屬性,就不需設定此值。

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,否則為 false

屬性

例外狀況

值會指派給 Visible 屬性。

備註

Visible屬性在類別中遭到覆 ScriptManagerProxy 寫,以防止設定這個屬性。 Visible除非屬性是 true 設定為,否則屬性會傳回,除非它在容器內 UserControl Visible false

適用於