FrameworkElementParent Method (String)

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
Get the parent control that matched the control type.

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

public FrameworkElement Parent(
	string controlType
)

Parameters

controlType
Type: SystemString
The desired control type to match (i.e. 'Button', 'Calendar' ...etc)

Return Value

Type: FrameworkElement
The parent object of specified type.
See Also

Reference