共用方式為


StyleSheet.Visible 屬性

定義

取得或設定值,指出伺服器控制項是否會轉譯為頁面上的 UI。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 具有 ASP.NET 的Mobile Apps & Sites

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

屬性值

如果控制項在頁面上可見,則為 true;否則為 false

屬性

適用於

另請參閱