Compartilhar via


WindowChrome.GetIsHitTestVisibleInChrome(IInputElement) Método

Definição

Obtém o valor da propriedade anexada IsHitTestVisibleInChrome 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 do qual o valor da propriedade é lido.

Retornos

Boolean

O valor da propriedade anexada IsHitTestVisibleInChrome.

Exceções

inputElement é null.

inputElement não é um DependencyObject.

Aplica-se a