WindowChrome.SetIsHitTestVisibleInChrome(IInputElement, Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.