TabControlAutomationPeer.GetClickablePointCore Method

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Gets a clickable point on the owner control.

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

Syntax

'Declaration
Protected Overrides Function GetClickablePointCore As Point
protected override Point GetClickablePointCore()

Return Value

Type: System.Windows.Point
A clickable point on the owner control.

Remarks

This implementation returns a point with NaN coordinates, which indicates to UI Automation that the tab itself has no clickable points (the item in the tab is the element that should be reported as clickable, and used for automated testing).

Version Information

Silverlight

Supported in: 5, 4, 3

Platforms

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.