Sdílet prostřednictvím


WindowChrome.SetIsHitTestVisibleInChrome(IInputElement, Boolean) Metoda

Definice

Nastaví hodnotu připojené vlastnosti u zadaného vstupního IsHitTestVisibleInChrome prvku.

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)

Parametry

inputElement
IInputElement

Prvek, na kterém chcete nastavit připojenou IsHitTestVisibleInChrome vlastnost.

hitTestVisible
Boolean

Hodnota vlastnosti, kterou chcete nastavit.

Výjimky

inputElement je null.

inputElementnení .DependencyObject

Platí pro