TouchToolKit for WinForms | ComponentOne
C1.Win.TouchToolKit Namespace / C1TouchEventProvider Class / GetEnableTouchEvents Method
The System.Windows.Forms.Control for which to retrieve the C1TouchEventProvider.
Example

In This Topic
    GetEnableTouchEvents Method (C1TouchEventProvider)
    In This Topic
    Retrieves the C1TouchEventProvider associated with the specified control or not.
    Syntax
    'Declaration
     
    
    Public Function GetEnableTouchEvents( _
       ByVal control As Control _
    ) As Boolean
    public bool GetEnableTouchEvents( 
       Control control
    )

    Parameters

    control
    The System.Windows.Forms.Control for which to retrieve the C1TouchEventProvider.

    Return Value

    true if the specified control will get pointer or manipulation events; otherwise, false.
    Example

    The following code example shows how to use this property.

    This code example is part of a larger example provided for the C1TouchEventProvider class.

    See Also