InkCollectorCursorInRangeEventArgs - конструктор
Обновлен: Ноябрь 2007
Initializes a new instance of the InkCollectorCursorInRangeEventArgs class.
Пространство имен: Microsoft.Ink
Сборка: Microsoft.Ink (в Microsoft.Ink.dll)
Синтаксис
'Декларация
Public Sub New ( _
cursor As Cursor, _
newCursor As Boolean, _
buttonStates As CursorButtonState() _
)
'Применение
Dim cursor As Cursor
Dim newCursor As Boolean
Dim buttonStates As CursorButtonState()
Dim instance As New InkCollectorCursorInRangeEventArgs(cursor, _
newCursor, buttonStates)
public InkCollectorCursorInRangeEventArgs(
Cursor cursor,
bool newCursor,
CursorButtonState[] buttonStates
)
public:
InkCollectorCursorInRangeEventArgs(
Cursor^ cursor,
bool newCursor,
array<CursorButtonState>^ buttonStates
)
public InkCollectorCursorInRangeEventArgs(
Cursor cursor,
boolean newCursor,
CursorButtonState[] buttonStates
)
public function InkCollectorCursorInRangeEventArgs(
cursor : Cursor,
newCursor : boolean,
buttonStates : CursorButtonState[]
)
Параметры
- cursor
Тип: Microsoft.Ink.Cursor
The Cursor object that triggers the CursorInRange event.
- newCursor
Тип: System.Boolean
Set to true if this is the first time this InkCollector object has seen this Cursor object; otherwise false.
- buttonStates
Тип: array<Microsoft.Ink.CursorButtonState[]
The values of the State properties for the CursorButtons collection associated with the Cursor object, taken at the time the CursorInRange event occurs.
Заметки
cursor of type Cursor is the cursor used to collect the stroke. newCursor of type Boolean specifies if this is the first time this InkCollector has seen this cursor. buttonStates of type CursorButtonState specifies the state of the cursor's buttons.
Платформы
Windows Vista
Среды .NET Framework и .NET Compact Framework поддерживают не все версии каждой платформы. Поддерживаемые версии перечислены в разделе Требования к системе для .NET Framework.
Сведения о версии
.NET Framework
Поддерживается в версии: 3.0
См. также
Ссылки
InkCollectorCursorInRangeEventArgs Класс
InkCollectorCursorInRangeEventArgs - члены