FrameworkElementPreviousSibling Method (String)

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
The previous sibling control of desired type.

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

public FrameworkElement PreviousSibling(
	string controlType
)

Parameters

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

Return Value

Type: FrameworkElement
The previous sibling.
See Also

Reference