AutoHideTabGroupAutomationPeer Class
Exposes AutoHideTabGroup types to UI Automation.
public class AutoHideTabGroupAutomationPeer : FrameworkElementAutomationPeer
- Inheritance:
- object AutomationPeer UIElementAutomationPeer FrameworkElementAutomationPeer object
Constructors
AutoHideTabGroupAutomationPeer(AutoHideTabGroup)
Initializes a new instance of the AutoHideTabGroupAutomationPeer
class.
public AutoHideTabGroupAutomationPeer(AutoHideTabGroup owner)
Parameter | Type | Description |
---|---|---|
owner | AutoHideTabGroup | 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
FrameworkElement
that is associated with thisFrameworkElementAutomationPeer
.
GetClassNameCore()
Gets a name that is used with AutomationControlType
, to differentiate the control that is represented by this AutomationPeer
.
GetClickablePointCore()
Gets a point on the element that is associated with the automation peer that responds to a mouse click.
protected override Point GetClickablePointCore()
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.
GetOrientationCore()
Gets a value that indicates the explicit control orientation, if any.
protected override AutomationOrientation GetOrientationCore()
Returns
- AutomationOrientation:
The orientation.