PenInputPanel, constructeur (IntPtr)
Mise à jour : November 2007
Désapprouvé. Initialise une nouvelle instance de la classe PenInputPanel et l'attache à un handle de fenêtre. PenInputPanel a été remplacé par Microsoft.Ink.TextInput.
Espace de noms : Microsoft.Ink
Assembly : Microsoft.Ink (dans Microsoft.Ink.dll)
Syntaxe
'Déclaration
Public Sub New ( _
attachHandle As IntPtr _
)
'Utilisation
Dim attachHandle As IntPtr
Dim instance As New PenInputPanel(attachHandle)
public PenInputPanel(
IntPtr attachHandle
)
public:
PenInputPanel(
IntPtr attachHandle
)
public PenInputPanel(
IntPtr attachHandle
)
public function PenInputPanel(
attachHandle : IntPtr
)
Paramètres
- attachHandle
Type : System.IntPtr
Handle de fenêtre auquel attacher l'objet PenInputPanel.
Notes
Ce constructeur crée seulement un objet PenInputPanel. Il n'associe pas l'objet à un contrôle ni à une fenêtre. Utilisez la propriété AttachedEditControl pour associer le PenInputPanel à un contrôle. Utilisez la propriété AttachedEditWindow pour associer le PenInputPanel à une fenêtre.
Note de sécurité : |
---|
Lors de l'utilisation en situation de confiance partielle, ce constructeur requiert l'autorisation SecurityPermissionFlag.AllFlags (page pouvant être en anglais), en plus des autorisations requises par PenInputPanel. Pour plus d'informations, consultez Security and Trust. |
Exemples
Cet exemple C# déclare et crée un objet PenInputPanel, thePenInPutPanel, en l'associant au handle de fenêtre d'un contrôle TextBox sur le formulaire.
[C#]
// Declare the PenInputPanel variable.
PenInputPanel thePenInputPanel;
// Create a PenInputPanel and attach it
// to the handle of a textbox control.
thePenInputPanel = new PenInputPanel(theTextBox.Handle);
Cet exemple Microsoft® Visual Basic® .NET déclare et crée un objet PenInputPanel, thePenInPutPanel, en l'associant au handle de fenêtre d'un contrôle TextBox sur le formulaire.
[Visual Basic]
' Create a PenInputPanel object and
' attach it to a TextBox control.
Dim thePenInputPanel As New PenInputPanel(theTextBox.Handle)
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