InkCollectorCursorInRangeEventArgs.ButtonStates - свойство
Обновлен: Ноябрь 2007
Gets an array of values from the CursorButtonState enumeration describing the state of the buttons for the cursor that generated the CursorInRange event.
Пространство имен: Microsoft.Ink
Сборка: Microsoft.Ink (в Microsoft.Ink.dll)
Синтаксис
'Декларация
Public ReadOnly Property ButtonStates As CursorButtonState()
'Применение
Dim instance As InkCollectorCursorInRangeEventArgs
Dim value As CursorButtonState()
value = instance.ButtonStates
public CursorButtonState[] ButtonStates { get; }
public:
property array<CursorButtonState>^ ButtonStates {
array<CursorButtonState>^ get ();
}
/** @property */
public CursorButtonState[] get_ButtonStates()
public function get ButtonStates () : CursorButtonState[]
Значение свойства
Тип: array<Microsoft.Ink.CursorButtonState[]
The state of the buttons for the cursor that generated the CursorInRange event.
Заметки
The CursorInRange event fires when a cursor enters the physical detection range (proximity) of the tablet context.
Use the cursor Buttons collection to retrieve more information about the cursors.
Платформы
Windows Vista
Среды .NET Framework и .NET Compact Framework поддерживают не все версии каждой платформы. Поддерживаемые версии перечислены в разделе Требования к системе для .NET Framework.
Сведения о версии
.NET Framework
Поддерживается в версии: 3.0
См. также
Ссылки
InkCollectorCursorInRangeEventArgs Класс
InkCollectorCursorInRangeEventArgs - члены