TouchToolKit for WinForms | ComponentOne
C1.Win.TouchToolKit Namespace / C1TouchEventProvider Class
Members Example

In This Topic
    C1TouchEventProvider Class
    In This Topic
    Represents the component which can be attached to any control, and provide pointer and manipulation events for the attached control.
    Object Model
    C1TouchEventProvider Class
    Syntax
    'Declaration
     
    
    Public Class C1TouchEventProvider 
       Inherits System.ComponentModel.Component
    public class C1TouchEventProvider : System.ComponentModel.Component 
    Example

    The following code example shows how to use C1TouchEventProvider component.

    You can copy the code to a exsit Windows Forms appliction. And set the form in the sample code as start form.

    If you find a licenses error when run this code. Try to drag a C1TouchEventProvider component to a any Form from tool box can generate the licenses information to this project.

    Inheritance Hierarchy

    System.Object
       System.MarshalByRefObject
          System.ComponentModel.Component
             C1.Win.TouchToolKit.C1TouchEventProvider

    See Also