Tablet.IsMultiTouch Property
Gets a Boolean value that indicates whether the tablet device is capable of input from simultaneous multiple touch points.
Namespace: Microsoft.Ink
Assembly: Microsoft.Ink (in Microsoft.Ink.dll)
Syntax
'Declaration
Public ReadOnly Property IsMultiTouch As Boolean
'Usage
Dim instance As Tablet
Dim value As Boolean
value = instance.IsMultiTouch
public bool IsMultiTouch { get; }
public:
property bool IsMultiTouch {
bool get ();
}
public function get IsMultiTouch () : boolean
Property Value
Type: System.Boolean
True if the tablet device is capable of multitouch input; otherwise false.
Remarks
A tablet hardware device is capable of zero, one, two, or more touch streams. For instance, while one device is capable of two streams of input another device could be capable of five streams of input. Use the MaximumCursors property to determine the number of input streams a particular tablet device is capable of providing.
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