ProcessTouch Method (WebControl)
- Last UpdatedAug 21, 2026
- 1 minute read
The implementation of ISupportTouch to ignore the safety switch and pane-level gesture.
'Declaration
Public Function ProcessTouch( _
ByVal touchEvent As TouchType, _
ByVal touchArgs As TouchArgs _
) As TouchResult
public TouchResult ProcessTouch(
TouchType touchEvent,
TouchArgs touchArgs
)
public:
TouchResult^ ProcessTouch(
TouchType touchEvent,
TouchArgs^ touchArgs
)
Parameters
- touchEvent
- The touch event
- touchArgs
- The touch parameters
Return Value
The process result