TextInputPanel.AttachedEditWindow - свойство
Обновлен: Ноябрь 2007
Gets or sets the window handle that the TextInputPanel object is attached to.
Пространство имен: Microsoft.Ink.TextInput
Сборка: Microsoft.Ink (в Microsoft.Ink.dll)
Синтаксис
'Декларация
Public Property AttachedEditWindow As IntPtr
'Применение
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)
Значение свойства
Тип: System.IntPtr
The window handle to which the TextInputPanel object attaches.
Примеры
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;
Платформы
Windows Vista, Windows XP с пакетом обновления 2 (SP2), Windows Server 2003
Среды .NET Framework и .NET Compact Framework поддерживают не все версии каждой платформы. Поддерживаемые версии перечислены в разделе Требования к системе для .NET Framework.
Сведения о версии
.NET Framework
Поддерживается в версии: 3.0