PenInputPanel - конструктор (Control)
Обновлен: Ноябрь 2007
Deprecated. Creates a PenInputPanel object and attaches it to the specified control. PenInputPanel has been replaced by 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
The control to attach the PenInputPanel object to.
Примеры
This C# example creates a PenInputPanel object, thePenInputPanel, attaching it to the control, theTextBox, that is passed into the contructor.
[C#]
// Declare the PenInputPanel variable.
PenInputPanel thePenInputPanel;
// Create a PenInputPanel and attach
// it to the textbox control.
thePenInputPanel = new PenInputPanel(theTextBox);
This Microsoft® Visual Basic® .NET example creates a PenInputPanel object, thePenInputPanel, attaching it to the control, theTextBox, that is passed into the contructor.
[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