FrameworkElementIsHitTest Method (FrameworkElement, Boolean)

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
Determines whether [is hit test] [the specified relative parent].

Namespace:  ArtOfTest.WebAii.Silverlight
Assembly:  ArtOfTest.WebAii (in ArtOfTest.WebAii.dll) Version: 2018.1.116.0 (2018.1.116.0)
Syntax

public virtual bool IsHitTest(
	FrameworkElement relativeParent,
	bool allowPartialVisibiltiy
)

Parameters

relativeParent
Type: ArtOfTest.WebAii.SilverlightFrameworkElement
The relative parent.
allowPartialVisibiltiy
Type: SystemBoolean
The allow partial visibiltiy.

Return Value

Type: Boolean
See Also

Reference