In This Article

ToolWindowContainerAutomationPeer Class

Exposes ToolWindowContainer types to UI Automation.

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

Constructors

ToolWindowContainerAutomationPeer(ToolWindowContainer)

Initializes a new instance of the ToolWindowContainerAutomationPeer class.

public ToolWindowContainerAutomationPeer(ToolWindowContainer owner)
Parameter Type Description
owner ToolWindowContainer

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