Partilhar via


Método WindowChrome.GetIsHitTestVisibleInChrome

Obtém o valor da IsHitTestVisibleInChrome anexado a propriedade de um elemento de entrada especificado.

Namespace:  Microsoft.Windows.Shell
Assembly:  Microsoft.Windows.Shell (em Microsoft.Windows.Shell.dll)

Sintaxe

'Declaração
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 de retorno

Tipo: System.Boolean
O valor de IsHitTestVisibleInChrome anexado propriedade.

Exceções

Exceção Condição
ArgumentNullException

inputElement is null.

ArgumentException

inputElementis not a DependencyObject.

Segurança do .NET Framework

Consulte também

Referência

WindowChrome Classe

Namespace Microsoft.Windows.Shell