ProcessTouch Method (WebControl)
The implementation of ISupportTouch to ignore the safety switch and pane-level gesture.
Syntax
'Declaration Public Function ProcessTouch( _ ByVal touchEvent As TouchType, _ ByVal touchArgs As TouchArgs _ ) As TouchResult
'Usage Dim instance As WebControl Dim touchEvent As TouchType Dim touchArgs As TouchArgs Dim value As TouchResult value = instance.ProcessTouch(touchEvent, touchArgs)
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
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also