TextBlock.IContentHost.InputHitTest(Point) Metodo

Definizione

Questo metodo supporta l'infrastruttura Windows Presentation Foundation (WPF) e non deve essere usata direttamente dal codice. Usare invece il metodo InputHitTestCore(Point) indipendente dai tipi.

 virtual System::Windows::IInputElement ^ System.Windows.IContentHost.InputHitTest(System::Windows::Point point) = System::Windows::IContentHost::InputHitTest;
System.Windows.IInputElement IContentHost.InputHitTest (System.Windows.Point point);
abstract member System.Windows.IContentHost.InputHitTest : System.Windows.Point -> System.Windows.IInputElement
override this.System.Windows.IContentHost.InputHitTest : System.Windows.Point -> System.Windows.IInputElement
Function InputHitTest (point As Point) As IInputElement Implements IContentHost.InputHitTest

Parametri

point
Point

Coordinate del mouse relative all'host di contenuto.

Restituisce

Elemento raggiunto.

Implementazioni

Si applica a