Class
RadTabbedWindowAutomationPeer

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:

cs-api-definition
public class RadTabbedWindowAutomationPeer : RadWindowAutomationPeer, ITransformProvider, IWindowProvider

Inheritance: objectWindowBaseAutomationPeerRadWindowAutomationPeerRadTabbedWindowAutomationPeer

Implements: ITransformProviderIWindowProvider

Inherited Members WindowBaseAutomationPeer.GetClassNameCore()WindowBaseAutomationPeer.GetHelpTextCore()WindowBaseAutomationPeer.GetItemStatusCore()WindowBaseAutomationPeer.Close()WindowBaseAutomationPeer.SetVisualState(WindowVisualState)WindowBaseAutomationPeer.WaitForInputIdle(int)WindowBaseAutomationPeer.Rotate(double)WindowBaseAutomationPeer.Resize(double, double)WindowBaseAutomationPeer.Move(double, double)WindowBaseAutomationPeer.GetPattern(PatternInterface)WindowBaseAutomationPeer.MoveWindow(double, double)WindowBaseAutomationPeer.GetAutomationControlTypeCore()WindowBaseAutomationPeer.GetNameCore()WindowBaseAutomationPeer.InteractionStateWindowBaseAutomationPeer.IsModalWindowBaseAutomationPeer.IsTopmostWindowBaseAutomationPeer.MaximizableWindowBaseAutomationPeer.MinimizableWindowBaseAutomationPeer.VisualStateWindowBaseAutomationPeer.CanRotateWindowBaseAutomationPeer.CanResizeWindowBaseAutomationPeer.CanMove

Constructors

RadTabbedWindowAutomationPeer(RadTabbedWindow)

Initializes a new instance of the RadTabbedWindowAutomationPeer class.

Declaration

cs-api-definition
public RadTabbedWindowAutomationPeer(RadTabbedWindow tabbedWindow)

Parameters

tabbedWindow

RadTabbedWindow

The owner RadTabbedWindow instance.

Methods

GetChildrenCore()

Declaration

cs-api-definition
[SuppressMessage("Microsoft.Design", "CA1002:DoNotExposeGenericLists")]
protected override List<AutomationPeer> GetChildrenCore()

Returns

List<AutomationPeer>