Поделиться через


RealTimeStylus - конструктор (Control)

Обновлен: Ноябрь 2007

Initializes a new instance of the RealTimeStylus class and attaches it to the specified control.

Пространство имен:  Microsoft.StylusInput
Сборка:  Microsoft.Ink (в Microsoft.Ink.dll)

Синтаксис

'Декларация
Public Sub New ( _
    attachedControl As Control _
)
'Применение
Dim attachedControl As Control

Dim instance As New RealTimeStylus(attachedControl)
public RealTimeStylus(
    Control attachedControl
)
public:
RealTimeStylus(
    Control^ attachedControl
)
public RealTimeStylus(
    Control attachedControl
)
public function RealTimeStylus(
    attachedControl : Control
)

Параметры

  • attachedControl
    Тип: System.Windows.Forms.Control
    The control to which to attach the RealTimeStylus object. If this parameter is set to null (Nothing in Microsoft Visual Basic .NET), the constructor throws an exception.

Заметки

For new RealTimeStylus objects, ink collection is initially disabled and the input region is set to the bounds of the window to which the RealTimeStylus object is attached. For more information, see the Enabled and WindowInputRectangle properties.

Платформы

Windows Vista, Windows XP с пакетом обновления 2 (SP2), Windows Server 2003

Среды .NET Framework и .NET Compact Framework поддерживают не все версии каждой платформы. Поддерживаемые версии перечислены в разделе Требования к системе для .NET Framework.

Сведения о версии

.NET Framework

Поддерживается в версии: 3.0

См. также

Ссылки

RealTimeStylus Класс

RealTimeStylus - члены

RealTimeStylus - перегрузка

Microsoft.StylusInput - пространство имен

Microsoft.Ink.Tablet