다음을 통해 공유


TextInputPanel.AttachedEditWindow 속성

업데이트: 2007년 11월

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에서 지원

참고 항목

참조

TextInputPanel 클래스

TextInputPanel 멤버

Microsoft.Ink.TextInput 네임스페이스