WindowChrome.SetIsHitTestVisibleInChrome(IInputElement, Boolean) Metodo

Definizione

Imposta il valore della IsHitTestVisibleInChrome proprietà associata sull'elemento di input specificato.

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)

Parametri

inputElement
IInputElement

Elemento su cui impostare la IsHitTestVisibleInChrome proprietà associata.

hitTestVisible
Boolean

Valore della proprietà da impostare.

Eccezioni

inputElement è null.

inputElement non è un oggetto DependencyObject.

Si applica a