Compartir a través de


WindowChrome.GetIsHitTestVisibleInChrome (Método)

Obtiene el valor de la propiedad adjunta IsHitTestVisibleInChrome del elemento de entrada especificado.

Espacio de nombres:  Microsoft.Windows.Shell
Ensamblado:  Microsoft.Windows.Shell (en Microsoft.Windows.Shell.dll)

Sintaxis

'Declaración
Public Shared Function GetIsHitTestVisibleInChrome ( _
    inputElement As IInputElement _
) As Boolean
public static bool GetIsHitTestVisibleInChrome(
    IInputElement inputElement
)
public:
static bool GetIsHitTestVisibleInChrome(
    IInputElement^ inputElement
)
static member GetIsHitTestVisibleInChrome : 
        inputElement:IInputElement -> bool 
public static function GetIsHitTestVisibleInChrome(
    inputElement : IInputElement
) : boolean

Parámetros

Valor devuelto

Tipo: System.Boolean
Valor de la propiedad adjunta IsHitTestVisibleInChrome.

Excepciones

Excepción Condición
ArgumentNullException

El valor de inputElement es null.

ArgumentException

inputElement no es un objeto DependencyObject.

Seguridad de .NET Framework

Vea también

Referencia

WindowChrome Clase

Microsoft.Windows.Shell (Espacio de nombres)