Freigeben über


TextInputPanel-Konstruktor (Control)

Initialisiert eine neue Instanz der TextInputPanel-Klasse und fügt sie an das angegebene Steuerelement an.

Namespace:  Microsoft.Ink.TextInput
Assembly:  Microsoft.Ink (in Microsoft.Ink.dll)

Syntax

'Declaration
Public Sub New ( _
    attachControl As Control _
)
'Usage
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
)

Parameter

Beispiele

In diesem Beispiel wird das TextInputPanel-Objekt tip erstellt und an das TextBox-Steuerelement textBox1 angefügt.

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

Plattformen

Windows Vista, Windows XP SP2, Windows Server 2003

.NET Framework und .NET Compact Framework unterstützen nicht alle Versionen sämtlicher Plattformen. Eine Liste der unterstützten Versionen finden Sie unter Systemanforderungen für .NET Framework.

Versionsinformationen

.NET Framework

Unterstützt in: 3.0

Siehe auch

Referenz

TextInputPanel-Klasse

TextInputPanel-Member

TextInputPanel-Überladung

Microsoft.Ink.TextInput-Namespace