Exposes Dock
- Inheritance:
-
object
Automation
Peer UIElementAutomation FrameworkPeer Element objectAutomation Peer
Constructors
DockHostAutomationPeer(DockHost)
Initializes a new instance of the DockHostAutomationPeer
class.
Parameter | Type | Description |
---|---|---|
owner | Dock |
The owner element. |
Methods
GetAutomationControlTypeCore()
Gets the control type for the element that is associated with the UI Automation peer.
Returns
- Automation
Control :Type The control type.
GetAutomationIdCore()
Gets the string that uniquely identifies the FrameworkElement
that is associated with this FrameworkElementAutomationPeer
.
Returns
- string:
The string that uniquely identifies the
FrameworkElement
that 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.
Returns
- List<Automation
Peer >: The collection of
AutomationPeer
objects for child elements.
GetClassNameCore()
Gets a name that is used with AutomationControlType
, to differentiate the control that is represented by this AutomationPeer
.
Returns
- string:
The class name.
GetClickablePointCore()
Gets a point on the element that is associated with the automation peer that responds to a mouse click.
Returns
- Point:
A point in the clickable area of the element.
GetLocalizedControlTypeCore()
Gets a localized string that represents the AutomationControlType
value for the control that is associated with this automation peer.
Returns
- string:
The control type.