ScriptManagerProxy.Visible 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
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
屬性值
如果控制項會在頁面上呈現,則為 true
,否則為 false
。
- 屬性
例外狀況
值會指派給 Visible 屬性。
備註
Visible屬性在類別中遭到覆 ScriptManagerProxy 寫,以防止設定這個屬性。 Visible除非屬性是 true
設定為,否則屬性會傳回,除非它在容器內 UserControl Visible false
。