次の方法で共有


StyleSheet.Visible プロパティ

定義

サーバー コントロールがページ上の UI としてレンダリングされているかどうかを示す値を取得または設定します。 この API は、互換性のために残されています。 ASP.NET モバイル アプリケーションを開発する方法については、「ASP.NET を使用した Mobile Apps & サイト」を参照してください。

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

属性

適用対象

こちらもご覧ください