Expand Minimize
This topic has not yet been rated - Rate this topic

AutomationPeer.GetClickablePointCore method

Provides the peer's behavior when a Microsoft UI Automation client calls GetClickablePoint or an equivalent UI Automation client API.

Syntax


protected virtual Point GetClickablePointCore()

Parameters

This method has no parameters.

Return value

Type: Point

A point within the clickable area of the element.

Remarks

The "Core" methods are the standard implementations that perform the default action of an associated UI Automation client-callable method. You can override any of the "Core" methods to return alternative values in a custom automation peer. In this case, GetClickablePointCore is invoked any time that GetClickablePoint is called.

The base implementation returns a default Point (coordinates 0,0). Peers that represent items defer to the container. ScrollBarAutomationPeer and SliderAutomationPeer both have behavior that can't adequately express one point for the purposes of GetClickablePoint scenarios, so these return a Point where the coordinate values are Double.NaN.

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Namespace

Windows.UI.Xaml.Automation.Peers
Windows::UI::Xaml::Automation::Peers [C++]

Metadata

Windows.winmd

See also

AutomationPeer
FrameworkElementAutomationPeer
Custom automation peers
Accessibility in Windows Store apps using C++, C#, or Visual Basic

 

 

Build date: 12/4/2012

© 2013 Microsoft. All rights reserved.