ActiveReports 13
ReleaseTouchCapture Method

GrapeCity.ActiveReports.Viewer.Wpf Assembly > GrapeCity.ActiveReports.Viewer.Wpf Namespace > Viewer Class : ReleaseTouchCapture Method
The device to release.
Attempts to release the specified touch device from this element.
Syntax
'Declaration
 
Public Function ReleaseTouchCapture( _
   ByVal touchDevice As TouchDevice _
) As Boolean
public bool ReleaseTouchCapture( 
   TouchDevice touchDevice
)

Parameters

touchDevice
The device to release.

Return Value

true if the touch device is released; otherwise, false.
Exceptions
ExceptionDescription
touchDevice is null.
See Also

Reference

Viewer Class
Viewer Members