ComponentOne Basic Library for WPF and Silverlight
InputHitTest(Point) Method


C1.WPF Namespace > C1TreeViewPanel Class : InputHitTest(Point) Method
Syntax
'Declaration
 
Public Function InputHitTest( _
   ByVal point As System.Windows.Point _
) As System.Windows.IInputElement
'Usage
 
Dim instance As C1TreeViewPanel
Dim point As System.Windows.Point
Dim value As System.Windows.IInputElement
 
value = instance.InputHitTest(point)
public System.Windows.IInputElement InputHitTest( 
   System.Windows.Point point
)

Parameters

point
See Also

Reference

C1TreeViewPanel Class
C1TreeViewPanel Members