Name | Description | |
---|---|---|
![]() | C1TouchEventProvider Constructor | Initializes a new instance of the C1TouchEventProvider class. |
The following tables list the members exposed by C1TouchEventProvider.
Name | Description | |
---|---|---|
![]() | C1TouchEventProvider Constructor | Initializes a new instance of the C1TouchEventProvider class. |
Name | Description | |
---|---|---|
![]() | Container | (Inherited from System.ComponentModel.Component) |
![]() | EnablePenFlicks | Gets or sets a value indicating whether the control supports the pen flicks gesture. |
![]() | EnablePressAndHold | Gets or sets a value indicating whether the control supports the press and hold (right-click) gesture. |
![]() | ManipulationMode | Gets or sets the ManipulationModes value used for System.Windows.Forms.Control behavior and interaction with gestures. |
![]() ![]() | MaximunTouches | Gets the aggregate maximum of the maximum number of contacts supported by every digitizer in the system. |
![]() | Site | (Inherited from System.ComponentModel.Component) |
Name | Description | |
---|---|---|
![]() | CanRaiseEvents | (Inherited from System.ComponentModel.Component) |
![]() | DesignMode | (Inherited from System.ComponentModel.Component) |
![]() | Events | (Inherited from System.ComponentModel.Component) |
Name | Description | |
---|---|---|
![]() | AboutBox | Shows the product information window. |
![]() | CanExtend | Specifies whether this object can provide its extender properties to the specified object. |
![]() | CreateObjRef | (Inherited from System.MarshalByRefObject) |
![]() | Dispose | Overloaded. Overridden. Releases the unmanaged resources used by the System.ComponentModel.Component and optionally releases the managed resources. |
![]() | GetEnableTouchEvents | Retrieves the C1TouchEventProvider associated with the specified control or not. |
![]() | GetLifetimeService | (Inherited from System.MarshalByRefObject) |
![]() | InitializeLifetimeService | (Inherited from System.MarshalByRefObject) |
![]() | SetEnableTouchEvents | Associates C1TouchEventProvider with the specified control. |
![]() | ToString | (Inherited from System.ComponentModel.Component) |
Name | Description | |
---|---|---|
![]() | Finalize | (Inherited from System.ComponentModel.Component) |
![]() | GetService | (Inherited from System.ComponentModel.Component) |
![]() | MemberwiseClone | Overloaded. (Inherited from System.MarshalByRefObject) |
Name | Description | |
---|---|---|
![]() | Disposed | (Inherited from System.ComponentModel.Component) |
![]() | DoubleTapped | Occurs when an otherwise unhandled DoubleTap interaction occurs over the hit test area of the specific control. |
![]() | Holding | Occurs when an otherwise unhandled Hold interaction occurs over the hit test area of the specific control. |
![]() | ManipulationCompleted | Occurs when a manipulation on the specific control is complete. |
![]() | ManipulationDelta | Occurs when the input device changes position during a manipulation. |
![]() | ManipulationInertiaStarting | Occurs when the input device loses contact with the specific control during a manipulation and inertia begins. |
![]() | ManipulationStarted | Occurs when an input device begins a manipulation on the specific control. |
![]() | ManipulationStarting | Occurs when the manipulation processor is first created. |
![]() | PointerCanceled | Occurs when a pointer that made contact abnormally loses contact. |
![]() | PointerCaptureLost | Occurs when pointer capture previously held by the specific control moves to another control or elsewhere. |
![]() | PointerEntered | Occurs when a pointer enters the hit test area of the specific control. |
![]() | PointerExited | Occurs when a pointer leaves the hit test area of the specific control. |
![]() | PointerMoved | Occurs when a pointer moves while the pointer remains within the hit test area of the specific control. |
![]() | PointerPressed | Occurs when the pointer device initiates a Press action within the specific control. |
![]() | PointerReleased | Occurs 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. |
![]() | RightTapped | Occurs when a right-tap input stimulus happens while the pointer is over the specific control. |
![]() | Tapped | Occurs when an otherwise unhandled Tap interaction occurs over the hit test area of the specific control. |