ItemAutomationPeer.GetClickablePointCore Method

Definition

Gets a Point that represents the clickable space that is on the specified UIElement.

protected:
 override System::Windows::Point GetClickablePointCore();
protected override System.Windows.Point GetClickablePointCore ();
override this.GetClickablePointCore : unit -> System.Windows.Point
Protected Overrides Function GetClickablePointCore () As Point

Returns

The point that represents the clickable space that is on the specified UIElement.

Remarks

The UIElement corresponds to the data item in the Items collection that is associated with this ItemAutomationPeer. This method is called by GetClickablePoint.

Applies to

See also