TabletHardwareCapabilities Enumeration
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.
Definition
Visual Basic .NET Public Enum TabletHardwareCapabilities C# public enum TabletHardwareCapabilities Managed C++ __value public enum TabletHardwareCapabilities
Constants
Constant 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.
Enumeration Information
Namespace Microsoft.Ink Assembly Microsoft.Ink (microsoft.ink.dll) Strong Name Microsoft.Ink, Version=1.7.4009.0, Culture=neutral, PublicKeyToken=a2870d9cc4d021c8
See Also