ContentElementAutomationPeer.GetClickablePointCore 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取表示位于与此 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
返回
表示位于元素上的可点击空间的点。
注解
例如,如果元素是一个 Button,可单击点是位于可见的工作区内的 Button 任意点,这将导致发出按钮所表示的命令,当用户使用鼠标单击 Button 该命令时。