In This Article

DocumentWindowAutomationPeer Class

Exposes DocumentWindow types to UI Automation.

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

Constructors

DocumentWindowAutomationPeer(DocumentWindow)

Exposes DocumentWindow types to UI Automation.

public DocumentWindowAutomationPeer(DocumentWindow owner)
Parameter Type Description
owner DocumentWindow

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