Cursor.ToString, méthode
Mise à jour : November 2007
Retourne une chaîne qui représente l'objet Cursor actif.
Espace de noms : Microsoft.Ink
Assembly : Microsoft.Ink (dans Microsoft.Ink.dll)
Syntaxe
'Déclaration
Public Overrides Function ToString As String
'Utilisation
Dim instance As Cursor
Dim returnValue As String
returnValue = instance.ToString()
public override string ToString()
public:
virtual String^ ToString() override
public String ToString()
public override function ToString() : String
Valeur de retour
Type : System.String
Retourne une chaîne qui représente l'objet Cursor actif.
Exemples
Cet exemple C# affiche le nom de l'objet Cursor, theCursor, dans le contrôle TextBox, theTextBox.
theTextBox.Text = theCursor.ToString();
Cet exemple Microsoft® Visual Basic® .NET affiche le nom de l'objet Cursor, theCursor, dans le contrôle TextBox, theTextBox.
theTextBox.Text = theCursor.ToString()
Plateformes
Windows Vista
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 Framework
Pris en charge dans : 3.0