WindowChrome.SetIsHitTestVisibleInChrome(IInputElement, Boolean) Method

Definition

Sets the value of the IsHitTestVisibleInChrome attached property on the specified input element.

public:
 static void SetIsHitTestVisibleInChrome(System::Windows::IInputElement ^ inputElement, bool hitTestVisible);
public static void SetIsHitTestVisibleInChrome (System.Windows.IInputElement inputElement, bool hitTestVisible);
static member SetIsHitTestVisibleInChrome : System.Windows.IInputElement * bool -> unit
Public Shared Sub SetIsHitTestVisibleInChrome (inputElement As IInputElement, hitTestVisible As Boolean)

Parameters

inputElement
IInputElement

The element on which to set the IsHitTestVisibleInChrome attached property.

hitTestVisible
Boolean

The property value to set.

Exceptions

inputElement is null.

inputElement is not a DependencyObject.

Applies to