Partager via


WindowChrome.GetIsHitTestVisibleInChrome(IInputElement) Méthode

Définition

Obtient la valeur de la propriété attachée IsHitTestVisibleInChrome à partir de l'élément d'entrée spécifié.

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

Paramètres

inputElement
IInputElement

Élément d'entrée à partir duquel la valeur de la propriété est lue.

Retours

Valeur de la propriété jointe IsHitTestVisibleInChrome .

Exceptions

inputElement a la valeur null.

inputElement n’est pas un DependencyObject.

S’applique à