TouchToolKit for WinForms | ComponentOne
C1.Win.TouchToolKit Namespace / C1TouchEventProvider Class
Properties Methods Events


In This Topic
    C1TouchEventProvider Class Members
    In This Topic

    The following tables list the members exposed by C1TouchEventProvider.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the C1TouchEventProvider class.  
    Top
    Public Properties
     NameDescription
    Public Property (Inherited from System.ComponentModel.Component)
    Public PropertyGets or sets a value indicating whether the control supports the pen flicks gesture.  
    Public PropertyGets or sets a value indicating whether the control supports the press and hold (right-click) gesture.  
    Public PropertyGets or sets the ManipulationModes value used for System.Windows.Forms.Control behavior and interaction with gestures.  
    Public Propertystatic (Shared in Visual Basic)Gets the aggregate maximum of the maximum number of contacts supported by every digitizer in the system.  
    Public Property (Inherited from System.ComponentModel.Component)
    Top
    Protected Properties
    Public Methods
     NameDescription
    Public MethodShows the product information window.  
    Public MethodSpecifies whether this object can provide its extender properties to the specified object.  
    Public MethodOverloaded. Overridden. Releases the unmanaged resources used by the System.ComponentModel.Component and optionally releases the managed resources.  
    Public MethodRetrieves the C1TouchEventProvider associated with the specified control or not.  
    Public Method (Inherited from System.MarshalByRefObject)
    Public Method (Inherited from System.MarshalByRefObject)
    Public MethodAssociates C1TouchEventProvider with the specified control.  
    Public Method (Inherited from System.ComponentModel.Component)
    Top
    Protected Methods
     NameDescription
    Protected Method (Inherited from System.ComponentModel.Component)
    Protected Method (Inherited from System.ComponentModel.Component)
    Protected MethodOverloaded.  (Inherited from System.MarshalByRefObject)
    Top
    Public Events
     NameDescription
    Public Event (Inherited from System.ComponentModel.Component)
    Public EventOccurs when an otherwise unhandled DoubleTap interaction occurs over the hit test area of the specific control.  
    Public EventOccurs when an otherwise unhandled Hold interaction occurs over the hit test area of the specific control.  
    Public EventOccurs when a manipulation on the specific control is complete.  
    Public EventOccurs when the input device changes position during a manipulation.  
    Public EventOccurs when the input device loses contact with the specific control during a manipulation and inertia begins.  
    Public EventOccurs when an input device begins a manipulation on the specific control.  
    Public EventOccurs when the manipulation processor is first created.  
    Public EventOccurs when a pointer that made contact abnormally loses contact.  
    Public EventOccurs when pointer capture previously held by the specific control moves to another control or elsewhere.  
    Public EventOccurs when a pointer enters the hit test area of the specific control.  
    Public EventOccurs when a pointer leaves the hit test area of the specific control.  
    Public EventOccurs when a pointer moves while the pointer remains within the hit test area of the specific control.  
    Public EventOccurs when the pointer device initiates a Press action within the specific control.  
    Public EventOccurs when the pointer device that previously initiated a Press action is released, while within the specific control. Note that the end of a Press action is not guaranteed to fire a PointerReleased event; other events may fire instead. For more info, see Remarks.  
    Public EventOccurs when a right-tap input stimulus happens while the pointer is over the specific control.  
    Public EventOccurs when an otherwise unhandled Tap interaction occurs over the hit test area of the specific control.  
    Top
    See Also