Class RadTabbedWindowAutomationPeer
The AutomationPeer associated with the RadTabbedWindow class.
Inheritance
System.Object
RadTabbedWindowAutomationPeer
Inherited Members
Namespace: Telerik.Windows.Automation.Peers
Assembly: Telerik.Windows.Controls.Navigation.dll
Syntax
public class RadTabbedWindowAutomationPeer : RadWindowAutomationPeer, ITransformProvider, IWindowProvider
Constructors
RadTabbedWindowAutomationPeer(RadTabbedWindow)
Initializes a new instance of the RadTabbedWindowAutomationPeer class.
Declaration
public RadTabbedWindowAutomationPeer(RadTabbedWindow tabbedWindow)
Parameters
RadTabbedWindow
tabbedWindow
The owner RadTabbedWindow instance. |
Methods
GetChildrenCore()
Declaration
protected override List<AutomationPeer> GetChildrenCore()
Returns
System.Collections.Generic.List<System.Windows.Automation.Peers.AutomationPeer>
|