'Declaration
Public Function ReleaseTouchCapture( _ ByVal touchDevice As System.Windows.Input.TouchDevice _ ) As System.Boolean
'Usage
Dim instance As ColumnHeader 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