ActiveReports 12
CaptureTouch Method

GrapeCity.ActiveReports.Viewer.Wpf.v12 Assembly > GrapeCity.ActiveReports.Viewer.Wpf Namespace > Viewer Class : CaptureTouch Method
The device to capture.
Attempts to force capture of a touch to this element.
Syntax
'Declaration
 
Public Function CaptureTouch( _
   ByVal touchDevice As TouchDevice _
) As Boolean
public bool CaptureTouch( 
   TouchDevice touchDevice
)

Parameters

touchDevice
The device to capture.

Return Value

true if the specified touch is captured to this element; otherwise, false.
Exceptions
ExceptionDescription
touchDevice is null.
See Also

Reference

Viewer Class
Viewer Members