AutomationPeer.GetClickablePoint Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
שתף איתנו פעולה ב- GitHub
ניתן למצוא את המקור לתוכן זה ב- GitHub, שם ניתן גם ליצור ולסקור בעיות ולמשוך בקשות. לקבלת מידע נוסף, עיין במדריך התורמים שלנו.