Sdílet prostřednictvím


Tablet Class

Represents the digitizer device of Tablet PC that receives tablet device messages or events.

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

Syntax

'Declaration
<PermissionSetAttribute(SecurityAction.InheritanceDemand, Name := "FullTrust")> _
Public Class Tablet
'Usage
Dim instance As Tablet
[PermissionSetAttribute(SecurityAction.InheritanceDemand, Name = "FullTrust")]
public class Tablet
[PermissionSetAttribute(SecurityAction::InheritanceDemand, Name = L"FullTrust")]
public ref class Tablet
public class Tablet

Remarks

You can use the Tablet object to determine the hardware capabilities of the tablet device. A Tablet PC may have more than one digitizer attached in addition to the built-in digitizer.

Tablet objects work closely with ink collector. An ink collector (InkCollector, InkOverlay, or InkPicture) can be set to one of two tablet-related modes:

  • All tablets mode

  • Single tablet integrated mode

The default mode is all tablets mode (set with the SetAllTabletsMode method of the InkCollector.SetAllTabletsMode, InkOverlay.SetAllTabletsMode, or InkPicture.SetAllTabletsMode). This mode integrates all tablet devices if multiple devices are attached to Tablet PC. Because all of the tablets are integrated, available cursors can be used on any of the tablet devices, and each tablet maps to the entire screen. This allows automatic updating of the windows.

Inheritance Hierarchy

System.Object
  Microsoft.Ink.Tablet

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

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

Tablet Members

Microsoft.Ink Namespace

InkCollector

InkOverlay

InkPicture

Tablets