取得或設定附加 TextInputPanel 物件的視窗控制代碼。
命名空間: 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
附加 TextInputPanel 物件的視窗控制代碼。
範例
這個範例會建立 TextInputPanel 物件 (tip),並且透過設定 AttachedEditWindow 屬性將它附加至 TextBox (英文) 控制項 (textBox1)。
tip = New TextInputPanel()
tip.AttachedEditWindow = textBox1.Handle
tip = new TextInputPanel();
tip.AttachedEditWindow = textBox1.Handle;
平台
Windows Vista, Windows XP SP2, Windows Server 2003
.NET Framework 和 .NET Compact Framework 並不支援各種平台的所有版本。如需支援平台版本的相關資訊,請參閱 .NET Framework 系統需求。
版本資訊
.NET Framework
支援版本:3.0