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


TabletHardwareCapabilities - перечисление

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

Defines values that specify the hardware capabilities of a Tablet PC. This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

Это перечисление имеет атрибут FlagsAttribute, поддерживающий побитовое соединение составляющих его значений.

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

Синтаксис

'Декларация
<FlagsAttribute> _
Public Enumeration TabletHardwareCapabilities
'Применение
Dim instance As TabletHardwareCapabilities
[FlagsAttribute]
public enum TabletHardwareCapabilities
[FlagsAttribute]
public enum class TabletHardwareCapabilities
/** @attribute FlagsAttribute */
public enum TabletHardwareCapabilities
public enum TabletHardwareCapabilities

Члены

Имя члена Описание
Integrated Indicates the digitizer is integrated with the display.
CursorMustTouch Indicates the cursor must be in physical contact with the device to report position.
HardProximity Indicates the device can generate in-air packets when the cursor is in the physical detection range (proximity) of the device.
CursorsHavePhysicalIds Indicates the device can uniquely identify the active cursor.

Заметки

The value is 0 if the tablet device cannot provide this information.

Платформы

Windows Vista

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

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

.NET Framework

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

См. также

Ссылки

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

Tablet.HardwareCapabilities