PenInputPanel 생성자 (IntPtr)
업데이트: 2007년 11월
사용되지 않습니다. PenInputPanel 클래스의 새 인스턴스를 초기화하여 창 핸들에 연결합니다. PenInputPanel은 Microsoft.Ink.TextInput으로 대체되었습니다.
네임스페이스: Microsoft.Ink
어셈블리: Microsoft.Ink(Microsoft.Ink.dll)
구문
‘선언
Public Sub New ( _
attachHandle As IntPtr _
)
‘사용 방법
Dim attachHandle As IntPtr
Dim instance As New PenInputPanel(attachHandle)
public PenInputPanel(
IntPtr attachHandle
)
public:
PenInputPanel(
IntPtr attachHandle
)
public PenInputPanel(
IntPtr attachHandle
)
public function PenInputPanel(
attachHandle : IntPtr
)
매개 변수
- attachHandle
형식: System.IntPtr
PenInputPanel 개체를 연결할 창 핸들입니다.
설명
이 생성자는 PenInputPanel 개체를 만들기만 하며 컨트롤이나 창에 연결하지는 않습니다. PenInputPanel을 컨트롤과 연결하려면 AttachedEditControl 속성을 사용합니다. PenInputPanel을 창과 연결하려면 AttachedEditWindow 속성을 사용합니다.
보안 정보: |
---|
부분 신뢰 환경에서 사용하는 경우 이 생성자에 SecurityPermissionFlag.AllFlags 권한 및 PenInputPanel에서 요구하는 권한이 필요합니다. 자세한 내용은 Security and Trust를 참조하십시오. |
예제
이 C# 예제에서는 PenInputPanel 개체인 thePenInPutPanel을 선언하고 만든 다음 폼의 TextBox 컨트롤 창 핸들에 연결합니다.
[C#]
// Declare the PenInputPanel variable.
PenInputPanel thePenInputPanel;
// Create a PenInputPanel and attach it
// to the handle of a textbox control.
thePenInputPanel = new PenInputPanel(theTextBox.Handle);
이 Microsoft® Visual Basic® .NET 예제에서는 PenInputPanel 개체인 thePenInPutPanel을 선언하고 만든 다음 폼의 TextBox 컨트롤 창 핸들에 연결합니다.
[Visual Basic]
' Create a PenInputPanel object and
' attach it to a TextBox control.
Dim thePenInputPanel As New PenInputPanel(theTextBox.Handle)
플랫폼
Windows Vista
.NET Framework 및 .NET Compact Framework에서 모든 플랫폼의 전체 버전을 지원하지는 않습니다. 지원되는 버전의 목록을 보려면 .NET Framework 시스템 요구 사항을 참조하십시오.
버전 정보
.NET Framework
3.0에서 지원