DeviceSpecific.Visible Propriété

Définition

Obtient ou définit une valeur indiquant si le contrôle spécifié est restitué. Cette API est obsolète. Pour plus d’informations sur le développement d’applications mobiles ASP.NET, consultez Applications mobiles & Sites avec 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

Valeur de propriété

true si le contrôle spécifié est rendu ; sinon, false. La valeur par défaut est true.

Attributs

S’applique à

Voir aussi