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)

Exposes ToolWindow types to UI Automation.

public ToolWindowAutomationPeer(ToolWindow owner)
Parameter Type Description
owner ToolWindow

The owner element.

Methods

GetLocalizedControlTypeCore()

When overridden in a derived class, is called by GetLocalizedControlType().

protected override string GetLocalizedControlTypeCore()

Returns

string:

The type of the control.

Inherited Members

Extension Methods