TouchToolKit for WinForms | ComponentOne
C1.Win.TouchToolKit Namespace / C1TouchEventProvider Class / MaximunTouches Property

In This Topic
    MaximunTouches Property (C1TouchEventProvider)
    In This Topic
    Gets the aggregate maximum of the maximum number of contacts supported by every digitizer in the system.
    Syntax
    'Declaration
     
    
    Public Shared ReadOnly Property MaximunTouches As Integer
    public static int MaximunTouches {get;}

    Property Value

    An System.Int32 value that indicates the aggregate maximum of the maximum number of contacts supported by every digitizer in the system.
    Remarks
    If the system has only single-touch digitizers, the return value is 1. If the system has multi-touch digitizers, the return value is the number of simultaneous contacts the hardware can provide.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also