WindowChrome.SetIsHitTestVisibleInChrome(IInputElement, Boolean) Metodo

Definizione

Imposta il valore della proprietà associata IsHitTestVisibleInChrome 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 per cui impostare la proprietà associata IsHitTestVisibleInChrome .

hitTestVisible
Boolean

Valore della proprietà da impostare.

Eccezioni

inputElement è null.

inputElement non è un oggetto DependencyObject.

Si applica a