WindowChrome.GetIsHitTestVisibleInChrome(IInputElement) Metoda

Definicja

Pobiera wartość dołączonej IsHitTestVisibleInChrome właściwości z określonego elementu wejściowego.

public:
 static bool GetIsHitTestVisibleInChrome(System::Windows::IInputElement ^ inputElement);
public static bool GetIsHitTestVisibleInChrome (System.Windows.IInputElement inputElement);
static member GetIsHitTestVisibleInChrome : System.Windows.IInputElement -> bool
Public Shared Function GetIsHitTestVisibleInChrome (inputElement As IInputElement) As Boolean

Parametry

inputElement
IInputElement

Element wejściowy, z którego ma odczytywać wartość właściwości.

Zwraca

Boolean

Wartość dołączonej IsHitTestVisibleInChrome właściwości.

Wyjątki

inputElement to null.

inputElement nie jest elementem DependencyObject.

Dotyczy