UIElementAutomationPeer.GetClickablePointCore 方法

定义

获取表示位于与此 UIElementAutomationPeer 关联的 UIElement 上的可点击空间的 Point。 此方法由 GetClickablePoint() 调用。

protected:
 override System::Windows::Point GetClickablePointCore();
[System.Security.SecurityCritical]
[System.Security.SecurityTreatAsSafe]
protected override System.Windows.Point GetClickablePointCore ();
protected override System.Windows.Point GetClickablePointCore ();
[<System.Security.SecurityCritical>]
[<System.Security.SecurityTreatAsSafe>]
override this.GetClickablePointCore : unit -> System.Windows.Point
override this.GetClickablePointCore : unit -> System.Windows.Point
Protected Overrides Function GetClickablePointCore () As Point

返回

元素上允许单击的 Point。 如果元素不同时为 HwndSourcePresentationSource,则点值为 (NaN, NaN)。

属性

适用于