UIElementAutomationPeer::GetClickablePointCore Method ()
.NET Framework (current version)
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.
Assembly: PresentationCore (in PresentationCore.dll)
protected: [SecurityTreatAsSafeAttribute] [SecurityCriticalAttribute] virtual Point GetClickablePointCore() override
Return Value
Type: System.Windows::PointThe 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
Available since 3.0
Show: