Share via


DeviceSpecific.Visible プロパティ

定義

指定されたコントロールをレンダリングするかどうかを示す値を設定します。値の取得も可能です。 この API は、互換性のために残されています。 ASP.NET モバイル アプリケーションを開発する方法については、「mobile Apps & Sites with ASP.NET」を参照してください。

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。 既定値は、true です。

属性

適用対象

こちらもご覧ください