Freigeben über


PenInputPanel-Konstruktor (Control)

Veraltet. Erstellt ein PenInputPanel-Objekt und fügt es an das angegebene Steuerelement an. PenInputPanel wurde durch Microsoft.Ink.TextInput ersetzt.

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

Syntax

'Declaration
Public Sub New ( _
    attachControl As Control _
)
'Usage
Dim attachControl As Control

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

Parameter

Beispiele

In diesem C#-Beispiel wird das PenInputPanel-Objekt thePenInputPanel erstellt und an das Steuerelement theTextBox angefügt, das dem Konstruktor übergeben wurde.

[C#]

// Declare the PenInputPanel variable.
PenInputPanel thePenInputPanel;

// Create a PenInputPanel and attach
// it to the textbox control.
thePenInputPanel = new PenInputPanel(theTextBox);

In diesem Microsoft Visual Basic® .NET-Beispiel wird das PenInputPanel-Objekt thePenInputPanel erstellt und an das Steuerelement theTextBox angefügt, das dem Konstruktor übergeben wurde.

[Visual Basic]

' Create a PenInputPanel object and attach
' it to the TextBox control.
Dim thePenInputPanel As New PenInputPanel(theTextBox)

Plattformen

Windows Vista

.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

PenInputPanel-Klasse

PenInputPanel-Member

PenInputPanel-Überladung

Microsoft.Ink-Namespace

PenInputPanel

PenInputPanel.AttachedEditControl