WindowChrome.GetIsHitTestVisibleInChrome(IInputElement) Método

Definição

Obtém o valor da IsHitTestVisibleInChrome propriedade associada do elemento de entrada especificado.

public:
 static bool GetIsHitTestVisibleInChrome(System::Windows::IInputElement ^ inputElement);
public static bool GetIsHitTestVisibleInChrome(System.Windows.IInputElement inputElement);
static member GetIsHitTestVisibleInChrome : System.Windows.IInputElement -> bool
Public Shared Function GetIsHitTestVisibleInChrome (inputElement As IInputElement) As Boolean

Parâmetros

inputElement
IInputElement

O elemento de entrada a partir do qual se deve ler o valor da propriedade.

Devoluções

O valor da IsHitTestVisibleInChrome propriedade anexada.

Exceções

inputElement é null.

inputElement não é um DependencyObject.

Aplica-se a