Udostępnij za pośrednictwem


WindowChrome.SetIsHitTestVisibleInChrome(IInputElement, Boolean) Metoda

Definicja

Ustawia wartość dołączonej IsHitTestVisibleInChrome właściwości w określonym elemecie wejściowym.

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

Element, na którym należy ustawić dołączoną IsHitTestVisibleInChrome właściwość.

hitTestVisible
Boolean

Wartość właściwości do ustawienia.

Wyjątki

inputElement to null.

inputElement nie jest elementem DependencyObject.

Dotyczy