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
- inputElement
Tipo: System.Windows.IInputElement
O elemento no qual definir o IsHitTestVisibleInChrome anexado propriedade.
- 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
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.