RealTimeStylus.MultiTouchEnabled Property

Gets or sets a value that indicates whether the RealTimeStylus object is capable of input from multiple touch points.

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

Syntax

'Declaration
Public Property MultiTouchEnabled As Boolean
'Usage
Dim instance As RealTimeStylus 
Dim value As Boolean 

value = instance.MultiTouchEnabled

instance.MultiTouchEnabled = value
public bool MultiTouchEnabled { get; set; }
public:
property bool MultiTouchEnabled {
    bool get ();
    void set (bool value);
}
public function get MultiTouchEnabled () : boolean 
public function set MultiTouchEnabled (value : boolean)

Property Value

Type: System.Boolean
True if the RealTimeStylus object device is capable of input from multiple touch points, otherwise false.

Remarks

By default, the RealTimeStylus object does not deliver more than one stroke at a time. Setting the MultiTouchEnabled property to true enables the delivery of multiple strokes at the same time. Each event on the RealTimeStylus object (such as StylusUp(RealTimeStylus, StylusUpData) and StylusDown(RealTimeStylus, StylusDownData)) has a cursor ID associated with it. For multiple touch streams, each cursor ID is unique.

Platforms

Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003

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

RealTimeStylus Class

RealTimeStylus Members

Microsoft.StylusInput Namespace