DockingWindowContainerBaseAutomationPeer Class
Exposes DockingWindowContainerBase types to UI Automation.
public abstract class DockingWindowContainerBaseAutomationPeer : FrameworkElementAutomationPeer
- Inheritance:
- object AutomationPeer UIElementAutomationPeer FrameworkElementAutomationPeer object
Constructors
DockingWindowContainerBaseAutomationPeer(DockingWindowContainerBase)
Initializes a new instance of the DockingWindowContainerBaseAutomationPeer class.
protected DockingWindowContainerBaseAutomationPeer(DockingWindowContainerBase owner)
| Parameter | Type | Description |
|---|---|---|
| owner | DockingWindowContainerBase | The owner element. |
Methods
GetAutomationControlTypeCore()
Gets the control type for the element that is associated with the UI Automation peer.
protected override AutomationControlType GetAutomationControlTypeCore()
Returns
- AutomationControlType:
The control type.
GetAutomationIdCore()
Gets the string that uniquely identifies the FrameworkElement that is associated with this FrameworkElementAutomationPeer.
protected override string GetAutomationIdCore()
Returns
- string:
The string that uniquely identifies the
FrameworkElementthat is associated with thisFrameworkElementAutomationPeer.
GetChildrenCore()
Gets the collection of child elements that are represented in the UI Automation tree as immediate child elements of the automation peer.
protected override List<AutomationPeer> GetChildrenCore()
Returns
- List<AutomationPeer>:
The collection of
AutomationPeerobjects for child elements.
GetClassNameCore()
Gets a name that is used with AutomationControlType, to differentiate the control that is represented by this AutomationPeer.