AutomationPeer.GetClickablePoint Method

Definition

Gets a Point on the element that is associated with the automation peer that responds to a mouse click.

public:
 System::Windows::Point GetClickablePoint();
public System.Windows.Point GetClickablePoint ();
member this.GetClickablePoint : unit -> System.Windows.Point
Public Function GetClickablePoint () As Point

Returns

A point in the clickable area of the element.

Exceptions

A public call to this method is currently in progress.

Remarks

For example, if the element represents a Button, a clickable point is any point in the visible client area of the Button that issues the command that the button represents when it is clicked by the mouse.

Applies to

See also