Partager via


TextInputPanel.AttachedEditWindow, propriété

Mise à jour : November 2007

Obtient ou définit le handle de fenêtre auquel l'objet TextInputPanel est attaché.

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

Syntaxe

'Déclaration
Public Property AttachedEditWindow As IntPtr
'Utilisation
Dim instance As TextInputPanel
Dim value As IntPtr

value = instance.AttachedEditWindow

instance.AttachedEditWindow = value
public IntPtr AttachedEditWindow { get; set; }
public:
property IntPtr AttachedEditWindow {
    IntPtr get ();
    void set (IntPtr value);
}
/** @property */
public IntPtr get_AttachedEditWindow()
/** @property */
public  void set_AttachedEditWindow(IntPtr value)
public function get AttachedEditWindow () : IntPtr
public function set AttachedEditWindow (value : IntPtr)

Valeur de propriété

Type : System.IntPtr
Handle de fenêtre auquel l'objet TextInputPanel est attaché.

Exemples

Cet exemple crée un objet TextInputPanel, tip, et l'attache à un contrôle TextBox (page pouvant être en anglais), textBox1, en définissant 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

Voir aussi

Référence

TextInputPanel, classe

Membres TextInputPanel

Microsoft.Ink.TextInput, espace de noms