WindowChrome.SetIsHitTestVisibleInChrome(IInputElement, Boolean) Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
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.