In This Article

TabbedMdiContainerAutomationPeer Class

Exposes TabbedMdiContainer types to UI Automation.

public class TabbedMdiContainerAutomationPeer : DockingWindowContainerBaseAutomationPeer
Inheritance:
object AutomationPeer UIElementAutomationPeer FrameworkElementAutomationPeer DockingWindowContainerBaseAutomationPeer object

Constructors

TabbedMdiContainerAutomationPeer(TabbedMdiContainer)

Initializes a new instance of the TabbedMdiContainerAutomationPeer class.

public TabbedMdiContainerAutomationPeer(TabbedMdiContainer owner)
Parameter Type Description
owner TabbedMdiContainer

The owner element.

Methods

GetLocalizedControlTypeCore()

Gets a localized string that represents the AutomationControlType value for the control that is associated with this automation peer.

protected override string GetLocalizedControlTypeCore()

Returns

string:

The control type.

Inherited Members