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.
    See Also