ItemAutomationPeer.GetClickablePointCore 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
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
返回
表示指定的 UIElement 上可点击空间的点。
注解
UIElement 与 Items 集合(与此 ItemAutomationPeer 关联)中的数据项相对应。 此方法由 GetClickablePoint 调用。