TextInputPanel, constructeur
Mise à jour : November 2007
Initialise une nouvelle instance de la classe TextInputPanel qui n'est attachée à aucune fenêtre ni contrôle.
Espace de noms : Microsoft.Ink.TextInput
Assembly : Microsoft.Ink (dans Microsoft.Ink.dll)
Syntaxe
'Déclaration
Public Sub New
'Utilisation
Dim instance As New TextInputPanel()
public TextInputPanel()
public:
TextInputPanel()
public TextInputPanel()
public function TextInputPanel()
Exemples
Cet exemple présente le constructeur par défaut de la classe TextInputPanel. Il crée un objet TextInputPanel, tip, et l'attache à un contrôle existant en assignant le contrôle à la propriété AttachedEditWindow.
tip = New TextInputPanel()
tip.AttachedEditWindow = textBox1.Handle
tip = new TextInputPanel();
tip.AttachedEditWindow = textBox1.Handle;
Plateformes
Windows Vista, Windows XP SP2, Windows Server 2003
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