Compartir a través de


TabletHardwareCapabilities Enumeration

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
/** @attribute FlagsAttribute() */ 
public enum TabletHardwareCapabilities
FlagsAttribute 
public enum TabletHardwareCapabilities

Members

  Member name Description
CursorMustTouch Indicates the cursor must be in physical contact with the device to report position. 
CursorsHavePhysicalIds Indicates the device can uniquely identify the active cursor. 
HardProximity Indicates the device can generate in-air packets when the cursor is in the physical detection range (proximity) of the device. 
Integrated Indicates the digitizer is integrated with the display. 

Platforms

Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.

Version Information

.NET Framework

Supported in: 3.0

See Also

Reference

Microsoft.Ink Namespace
Tablet.HardwareCapabilities