FrameworkElementNextSiblingT Method

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
The next 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 T NextSibling<T>()
where T : FrameworkElement

Type Parameters

T
The desired control type to match (i.e. 'Button', 'Calendar' ...etc)

Return Value

Type: T
The next sibling.
See Also

Reference