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
Namespace:Telerik.Windows.Automation.Peers
Assembly:Telerik.Windows.Controls.Navigation.dll
Syntax:
C#
public class RadTabbedWindowAutomationPeer : RadWindowAutomationPeer, ITransformProvider, IWindowProvider
Inheritance: objectWindowBaseAutomationPeerRadWindowAutomationPeerRadTabbedWindowAutomationPeer
Implements:
Inherited Members
Constructors
Initializes a new instance of the RadTabbedWindowAutomationPeer class.
C#
public RadTabbedWindowAutomationPeer(RadTabbedWindow tabbedWindow)
The owner RadTabbedWindow instance.