ClassRadTabbedWindowAutomationPeer
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:
public class RadTabbedWindowAutomationPeer : RadWindowAutomationPeer, ITransformProvider, IWindowProvider
Inheritance: objectWindowBaseAutomationPeerRadWindowAutomationPeerRadTabbedWindowAutomationPeer
Implements:
Inherited Members
Constructors
RadTabbedWindowAutomationPeer(RadTabbedWindow)
Initializes a new instance of the RadTabbedWindowAutomationPeer class.
Declaration
public RadTabbedWindowAutomationPeer(RadTabbedWindow tabbedWindow)
Parameters
tabbedWindow
The owner RadTabbedWindow instance.
Methods
GetChildrenCore()
Declaration
[SuppressMessage("Microsoft.Design", "CA1002:DoNotExposeGenericLists")]
protected override List<AutomationPeer> GetChildrenCore()
Returns
List<AutomationPeer>