Compartir a través de


WindowChrome.SetIsHitTestVisibleInChrome(IInputElement, Boolean) Método

Definición

Establece el valor de la propiedad adjunta IsHitTestVisibleInChrome del elemento de entrada especificado.

public:
 static void SetIsHitTestVisibleInChrome(System::Windows::IInputElement ^ inputElement, bool hitTestVisible);
public static void SetIsHitTestVisibleInChrome (System.Windows.IInputElement inputElement, bool hitTestVisible);
static member SetIsHitTestVisibleInChrome : System.Windows.IInputElement * bool -> unit
Public Shared Sub SetIsHitTestVisibleInChrome (inputElement As IInputElement, hitTestVisible As Boolean)

Parámetros

inputElement
IInputElement

Elemento en el que se establecerá la propiedad adjunta IsHitTestVisibleInChrome .

hitTestVisible
Boolean

Valor de la propiedad que se establecerá.

Excepciones

inputElement es null.

inputElement no es un DependencyObject.

Se aplica a