Partager via


MessageWindow.Text, propriété

Mise à jour : novembre 2007

Obtient ou définit le texte d'un MessageWindow.

Espace de noms :  Microsoft.WindowsCE.Forms
Assembly :  Microsoft.WindowsCE.Forms (dans Microsoft.WindowsCE.Forms.dll)

Syntaxe

'Déclaration
Public Property Text As String
'Utilisation
Dim instance As MessageWindow
Dim value As String

value = instance.Text

instance.Text = value
public string Text { get; set; }
public:
property String^ Text {
    String^ get ();
    void set (String^ value);
}
public function get Text () : String
public function set Text (value : String)

Valeur de propriété

Type : System.String

Texte de la barre de titre d'un MessageWindow.

Exceptions

Exception Condition
ObjectDisposedException

MessageWindow a été supprimé.

Notes

Cette propriété utilise les fonctions Windows CE natives GetWindowText et SetNativeText pour définir et obtenir le texte. Affecter la valeur null à cette propriété aboutit à l'obtention d'une chaîne vide.

Autorisations

Plateformes

Windows CE, Windows Mobile pour Smartphone, Windows Mobile pour Pocket PC

Le .NET Framework et le .NET Compact Framework ne prennent pas en charge toutes les versions de chaque plateforme. Pour obtenir la liste des versions prises en charge, consultez Configuration requise du .NET Framework.

Informations de version

.NET Compact Framework

Pris en charge dans : 3.5, 2.0

Voir aussi

Référence

MessageWindow, classe

Membres MessageWindow

Microsoft.WindowsCE.Forms, espace de noms