WindowChrome.GetIsHitTestVisibleInChrome(IInputElement) Metodo

Definizione

Ottiene il valore della IsHitTestVisibleInChrome proprietà associata dall'elemento di input specificato.

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

Parametri

inputElement
IInputElement

Elemento di input da cui leggere il valore della proprietà.

Valori restituiti

Valore della IsHitTestVisibleInChrome proprietà associata.

Eccezioni

inputElement è null.

inputElement non è un oggetto DependencyObject.

Si applica a