PenInputPanel 생성자 (Control)
업데이트: 2007년 11월
사용되지 않습니다. PenInputPanel 개체를 만들어 지정된 컨트롤에 연결합니다. PenInputPanel은 Microsoft.Ink.TextInput으로 대체되었습니다.
네임스페이스: Microsoft.Ink
어셈블리: Microsoft.Ink(Microsoft.Ink.dll)
구문
‘선언
Public Sub New ( _
attachControl As Control _
)
‘사용 방법
Dim attachControl As Control
Dim instance As New PenInputPanel(attachControl)
public PenInputPanel(
Control attachControl
)
public:
PenInputPanel(
Control^ attachControl
)
public PenInputPanel(
Control attachControl
)
public function PenInputPanel(
attachControl : Control
)
매개 변수
- attachControl
형식: System.Windows.Forms.Control
PenInputPanel 개체를 연결할 컨트롤입니다.
예제
이 C# 예제에서는 PenInputPanel 개체인 thePenInputPanel을 만들어 생성자로 전달되는 컨트롤인 theTextBox에 연결합니다.
[C#]
// Declare the PenInputPanel variable.
PenInputPanel thePenInputPanel;
// Create a PenInputPanel and attach
// it to the textbox control.
thePenInputPanel = new PenInputPanel(theTextBox);
이 Microsoft® Visual Basic® .NET 예제에서는 PenInputPanel 개체인 thePenInputPanel을 만들어 생성자로 전달되는 컨트롤인 theTextBox에 연결합니다.
[Visual Basic]
' Create a PenInputPanel object and attach
' it to the TextBox control.
Dim thePenInputPanel As New PenInputPanel(theTextBox)
플랫폼
Windows Vista
.NET Framework 및 .NET Compact Framework에서 모든 플랫폼의 전체 버전을 지원하지는 않습니다. 지원되는 버전의 목록을 보려면 .NET Framework 시스템 요구 사항을 참조하십시오.
버전 정보
.NET Framework
3.0에서 지원