ObjectList.BackCommandText Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit le texte utilisé pour que la commande retourne de l'affichage Details
(accessible par le biais d'une softkey ou d'un lien). Cette API est obsolète. Pour plus d’informations sur le développement d’applications mobiles ASP.NET, consultez Mobile Apps & Sites avec ASP.NET.
public:
property System::String ^ BackCommandText { System::String ^ get(); void set(System::String ^ value); };
[System.ComponentModel.Bindable(true)]
[System.ComponentModel.Browsable(true)]
public string BackCommandText { get; set; }
[<System.ComponentModel.Bindable(true)>]
[<System.ComponentModel.Browsable(true)>]
member this.BackCommandText : string with get, set
Public Property BackCommandText As String
Valeur de propriété
Le texte utilisé pour la commande à retourner à partir du mode Details
.
- Attributs
Remarques
Le texte par défaut est « Retour ».
Notes
Cette étiquette s’affiche sur les navigateurs WAP et en mode HTML.