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:
virtual Point GetClickablePoint() = GetClickablePoint;
Point GetClickablePoint();
public Point GetClickablePoint();
function getClickablePoint()
Public Function GetClickablePoint () As Point
Returns
A point in the clickable area of the element.