Share via


Tablet.MaximumCursors Property

Returns an integer value of one or more indicating the maximum number of touch input streams that this tablet device is capable of producing.

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

Syntax

'Declaration
Public ReadOnly Property MaximumCursors As Integer
'Usage
Dim instance As Tablet 
Dim value As Integer 

value = instance.MaximumCursors
public int MaximumCursors { get; }
public:
property int MaximumCursors {
    int get ();
}
public function get MaximumCursors () : int

Property Value

Type: System.Int32
An integer value of one or more, indicating the maximum number of input streams that this tablet device is capable of producing.

Remarks

If a digitizer is present on the computer, the value is one or more. If there is no digitizer present, the value may be zero.

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 Class

Tablet Members

Microsoft.Ink Namespace