ComponentOne Basic Library for WPF and Silverlight
ReleaseTouchCapture Method (C1DockPanel)


C1.WPF Namespace > C1DockPanel Class : ReleaseTouchCapture Method
Syntax
'Declaration
 
Public Function ReleaseTouchCapture( _
   ByVal touchDevice As System.Windows.Input.TouchDevice _
) As System.Boolean
'Usage
 
Dim instance As C1DockPanel
Dim touchDevice As System.Windows.Input.TouchDevice
Dim value As System.Boolean
 
value = instance.ReleaseTouchCapture(touchDevice)
public System.bool ReleaseTouchCapture( 
   System.Windows.Input.TouchDevice touchDevice
)

Parameters

touchDevice
See Also

Reference

C1DockPanel Class
C1DockPanel Members