WindowChrome.GetIsHitTestVisibleInChrome(IInputElement) Metodo

Definizione

Ottiene il valore della proprietà associata IsHitTestVisibleInChrome 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

L'elemento di input da cui leggere il valore della proprietà.

Restituisce

Boolean

Valore della proprietà associata IsHitTestVisibleInChrome .

Eccezioni

inputElement è null.

inputElement non è un oggetto DependencyObject.

Si applica a