Partager via


TextInputPanel, constructeur (Control)

Mise à jour : November 2007

Initialise une nouvelle instance de la classe TextInputPanel et l'attache au contrôle spécifié.

Espace de noms :  Microsoft.Ink.TextInput
Assembly :  Microsoft.Ink (dans Microsoft.Ink.dll)

Syntaxe

'Déclaration
Public Sub New ( _
    attachControl As Control _
)
'Utilisation
Dim attachControl As Control

Dim instance As New TextInputPanel(attachControl)
public TextInputPanel(
    Control attachControl
)
public:
TextInputPanel(
    Control^ attachControl
)
public TextInputPanel(
    Control attachControl
)
public function TextInputPanel(
    attachControl : Control
)

Paramètres

Exemples

Cet exemple crée l'objet TextInputPanel, tip, et l'attache au contrôle TextBox (page pouvant être en anglais), textBox1.

tip = New TextInputPanel(textBox1)
tip = new TextInputPanel(textBox1);

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

Voir aussi

Référence

TextInputPanel, classe

Membres TextInputPanel

TextInputPanel, surcharge

Microsoft.Ink.TextInput, espace de noms