Partilhar via


Método WindowChrome.SetIsHitTestVisibleInChrome

Define o valor de IsHitTestVisibleInChrome anexado propriedade em um elemento de entrada especificado.

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

Sintaxe

'Declaração
Public Shared Sub SetIsHitTestVisibleInChrome ( _
    inputElement As IInputElement, _
    hitTestVisible As Boolean _
)
public static void SetIsHitTestVisibleInChrome(
    IInputElement inputElement,
    bool hitTestVisible
)
public:
static void SetIsHitTestVisibleInChrome(
    IInputElement^ inputElement, 
    bool hitTestVisible
)
static member SetIsHitTestVisibleInChrome : 
        inputElement:IInputElement * 
        hitTestVisible:bool -> unit 
public static function SetIsHitTestVisibleInChrome(
    inputElement : IInputElement, 
    hitTestVisible : boolean
)

Parâmetros

  • hitTestVisible
    Tipo: System.Boolean
    O valor da propriedade para definir.

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