New to Telerik UI for WPFStart a free 30-day trial

Provides the automation peer for the RadTabbedWindow class, enabling UI automation client interaction with the tabbed window's child elements, such as buttons and tab controls. This class extends the functionality of the RadWindowAutomationPeer to expose information relevant to the specific behavior and structure of a tabbed window, allowing accessibility tools to interact with its components.

Definition

Constructors

Initializes a new instance of the RadTabbedWindowAutomationPeer class.

C#
public RadTabbedWindowAutomationPeer(RadTabbedWindow tabbedWindow)
Parameters:tabbedWindowRadTabbedWindow

The owner RadTabbedWindow instance.

Methods

C#
protected override List<AutomationPeer> GetChildrenCore()
Returns:

List<AutomationPeer>