DocumentWindowAutomationPeer Class
Exposes DocumentWindow types to UI Automation.
public class DocumentWindowAutomationPeer : DockingWindowAutomationPeerBase
- Inheritance:
- object AutomationPeer UIElementAutomationPeer FrameworkElementAutomationPeer DockingWindowAutomationPeerBase object
Constructors
DocumentWindowAutomationPeer(DocumentWindow)
Initializes a new instance of the DocumentWindowAutomationPeer
class.
public DocumentWindowAutomationPeer(DocumentWindow owner)
Parameter | Type | Description |
---|---|---|
owner | DocumentWindow | The owner element. |
Methods
GetLocalizedControlTypeCore()
Gets a localized string that represents the AutomationControlType
value for the control that is associated with this automation peer.