TextInputPanel.AttachedEditWindow Property
Gets or sets the window handle that the TextInputPanel object is attached to.
Namespace: Microsoft.Ink.TextInput
Assembly: Microsoft.Ink (in Microsoft.Ink.dll)
Syntax
'Declaration
Public Property AttachedEditWindow As IntPtr
'Usage
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);
}
public function get AttachedEditWindow () : IntPtr
public function set AttachedEditWindow (value : IntPtr)
Property Value
Type: System.IntPtr
The window handle to which the TextInputPanel object attaches.
Examples
This example creates a TextInputPanel object, tip, and attaches it to a TextBox control, textBox1, by setting the AttachedEditWindow property.
tip = New TextInputPanel()
tip.AttachedEditWindow = textBox1.Handle
tip = new TextInputPanel();
tip.AttachedEditWindow = textBox1.Handle;
Platforms
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Version Information
.NET Framework
Supported in: 3.0