The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
TextBlock::InputHitTestCore Method (Point)
.NET Framework (current version)
Returns the IInputElement at a specified Point within the TextBlock.
Assembly: PresentationFramework (in PresentationFramework.dll)
Parameters
- point
-
Type:
System.Windows::Point
A Point, in the coordinate space of the TextBlock, for which to return the corresponding IInputElement.
Return Value
Type: System.Windows::IInputElement^The IInputElement found at the specified Point, or null if no such IInputElement can be found.
.NET Framework
Available since 3.0
Available since 3.0
Show: