'Declaration
Public Function InputHitTest( _ ByVal point As System.Windows.Point _ ) As System.Windows.IInputElement
'Usage
Dim instance As SheetPresenter 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 )
public function InputHitTest( point: System.Windows.Point ): System.Windows.IInputElement;
public function InputHitTest( point : System.Windows.Point ) : System.Windows.IInputElement;
public: System.Windows.IInputElement* InputHitTest( System.Windows.Point point )
public: System.Windows.IInputElement^ InputHitTest( System.Windows.Point point )
Parameters
- point