AutomationPeer.GetPeerFromPointCore(Point) Method

Definition

When overridden in a derived class, is called from GetPeerFromPoint(Point).

protected:
 virtual System::Windows::Automation::Peers::AutomationPeer ^ GetPeerFromPointCore(System::Windows::Point point);
protected virtual System.Windows.Automation.Peers.AutomationPeer GetPeerFromPointCore (System.Windows.Point point);
abstract member GetPeerFromPointCore : System.Windows.Point -> System.Windows.Automation.Peers.AutomationPeer
override this.GetPeerFromPointCore : System.Windows.Point -> System.Windows.Automation.Peers.AutomationPeer
Protected Overridable Function GetPeerFromPointCore (point As Point) As AutomationPeer

Parameters

point
Point

The position on the screen to get the AutomationPeer from.

Returns

The AutomationPeer at the specified point.

Applies to