TouchToolKit for WinForms | ComponentOne
C1.Win.TouchToolKit Namespace / C1TouchEventProvider Class / SetEnableTouchEvents Method
The System.Windows.Forms.Control to associate the C1TouchEventProvider.
true if associates C1TouchEventProvider with the specified control. otherwise false.
Example

In This Topic
    SetEnableTouchEvents Method (C1TouchEventProvider)
    In This Topic
    Associates C1TouchEventProvider with the specified control.
    Syntax
    'Declaration
     
    
    Public Sub SetEnableTouchEvents( _
       ByVal control As Control, _
       ByVal value As Boolean _
    ) 
    public void SetEnableTouchEvents( 
       Control control,
       bool value
    )

    Parameters

    control
    The System.Windows.Forms.Control to associate the C1TouchEventProvider.
    value
    true if associates C1TouchEventProvider with the specified control. 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