ContentElementAutomationPeer.GetClickablePointCore 方法

定义

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

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

返回

Point

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

注解

例如,如果元素是一个 Button,可单击点是位于可见的工作区内的 Button 任意点,这将导致发出按钮所表示的命令,当用户使用鼠标单击 Button 该命令时。

适用于

另请参阅