UIElementAutomationPeer.GetClickablePointCore Метод

Определение

Возвращает Point, представляющий активную область в элементе UIElement, связанном с этим UIElementAutomationPeer. Данный метод вызывается методом 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 в элементе, который можно щелкнуть. Значения точки (NaN, NaN), если элемент не является ни HwndSource, ни PresentationSource.

Атрибуты

Применяется к