In This Article

ToolWindowAutomationPeer Class

Exposes ToolWindow types to UI Automation.

public class ToolWindowAutomationPeer : DockingWindowAutomationPeerBase
Inheritance:
object AutomationPeer UIElementAutomationPeer FrameworkElementAutomationPeer DockingWindowAutomationPeerBase object

Constructors

ToolWindowAutomationPeer(ToolWindow)

Initializes a new instance of the ToolWindowAutomationPeer class.

public ToolWindowAutomationPeer(ToolWindow owner)
Parameter Type Description
owner ToolWindow

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