UIElementAutomationPeer.GetClickablePointCore Método

Definição

Obtém-se um Point que representa o espaço clicável que está no UIElement que está associado a este UIElementAutomationPeer. Este método é chamado por 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

Devoluções

O Point elemento no que permite um clique. Os valores dos pontos são (NaN, NaN) se o elemento não for simultaneamente a HwndSource e a PresentationSource.

Atributos

Aplica-se a