DocumentAutomationPeer.GetClickablePointCore 方法

定义

获取表示位于与此 ContentElementAutomationPeer 关联的 FrameworkContentElement 上的可点击空间的 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

返回

表示位于元素上的可点击空间的点。

属性

适用于