AutomationPeer.GetElementFromPointCore(Point) Method

Definition

Provides the behavior of the peer when a Microsoft UI Automation client calls GetElementFromPoint or an equivalent Microsoft UI Automation client API.

protected:
 virtual Platform::Object ^ GetElementFromPointCore(Point pointInWindowCoordinates) = GetElementFromPointCore;
IInspectable GetElementFromPointCore(Point const& pointInWindowCoordinates);
protected virtual object GetElementFromPointCore(Point pointInWindowCoordinates);
function getElementFromPointCore(pointInWindowCoordinates)
Protected Overridable Function GetElementFromPointCore (pointInWindowCoordinates As Point) As Object

Parameters

pointInWindowCoordinates
Point

The specified point.

Returns

Object

Platform::Object

IInspectable

The behavior of the peer.

Applies to