ElementModelContainerAutomationPeer.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: Microsoft.Practices.EnterpriseLibrary.Configuration.Design.Controls
Assembly: Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime (in Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime.dll)
Syntax
'Declaration
Protected Overrides Function GetClickablePointCore As Point
protected override Point GetClickablePointCore()
protected:
virtual Point GetClickablePointCore() override
protected override function GetClickablePointCore() : Point
Return Value
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.
See Also
ElementModelContainerAutomationPeer Class
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.Controls Namespace