TabletHardwareCapabilities Enumeration

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.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

Namespace:  Microsoft.Ink
Assembly:  Microsoft.Ink (in Microsoft.Ink.dll)

Syntax

'Declaration
<FlagsAttribute> _
Public Enumeration TabletHardwareCapabilities
'Usage
Dim instance As TabletHardwareCapabilities
[FlagsAttribute]
public enum TabletHardwareCapabilities
[FlagsAttribute]
public enum class TabletHardwareCapabilities
public enum TabletHardwareCapabilities

Members

Member name Description
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.

Remarks

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

Platforms

Windows 7, Windows Vista, Windows Server 2008 R2, Windows Server 2008

The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

Version Information

.NET Framework

Supported in: 3.0

See Also

Reference

Microsoft.Ink Namespace

Tablet.HardwareCapabilities