UIElementAutomationPeer::GetClickablePointCore Method ()

 

Gets a Point that represents the clickable space that is on the UIElement that is associated with this UIElementAutomationPeer. This method is called by GetClickablePoint.

Namespace:   System.Windows.Automation.Peers
Assembly:  PresentationCore (in PresentationCore.dll)

protected:
[SecurityTreatAsSafeAttribute]
[SecurityCriticalAttribute]
virtual Point GetClickablePointCore() override

Return Value

Type: System.Windows::Point

The Point on the element that allows a click. The point values are (NaN, NaN) if the element is not both a HwndSource and a PresentationSource.

.NET Framework
Available since 3.0
Return to top
Show: