WindowChrome.SetIsHitTestVisibleInChrome(IInputElement, Boolean) Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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.