AutoHideTabGroupAutomationPeer Class
Exposes AutoHideTabGroup types to UI Automation.
public class AutoHideTabGroupAutomationPeer : FrameworkElementAutomationPeer
- Inheritance:
- object AutomationPeer UIElementAutomationPeer FrameworkElementAutomationPeer object
Constructors
AutoHideTabGroupAutomationPeer(AutoHideTabGroup)
Exposes AutoHideTabGroup types to UI Automation.
public AutoHideTabGroupAutomationPeer(AutoHideTabGroup owner)
| Parameter | Type | Description |
|---|---|---|
| owner | AutoHideTabGroup | The owner element. |
Methods
GetAutomationControlTypeCore()
Gets the control type for the UIElement that is associated with this UIElementAutomationPeer. This method is called by GetAutomationControlType().
protected override AutomationControlType GetAutomationControlTypeCore()
Returns
- AutomationControlType:
The Custom enumeration value.
GetAutomationIdCore()
Gets the string that uniquely identifies the FrameworkElement that is associated with this FrameworkElementAutomationPeer. Called by GetAutomationId().
protected override string GetAutomationIdCore()
Returns
- string:
The automation identifier for the element associated with the FrameworkElementAutomationPeer, or Empty if there isn't an automation identifier.
GetClassNameCore()
Gets the name of the UIElement that is associated with this UIElementAutomationPeer. This method is called by GetClassName().
GetClickablePointCore()
Gets a System.Windows.Point that represents the clickable space that is on the UIElement that is associated with this UIElementAutomationPeer. This method is called by GetClickablePoint().
protected override Point GetClickablePointCore()
Returns
- Point:
The System.Windows.Point on the element that allows a click. The point values are (NaN, NaN) if the element is not both a HwndSource and a PresentationSource.
GetLocalizedControlTypeCore()
When overridden in a derived class, is called by GetLocalizedControlType().
GetOrientationCore()
Gets a value that indicates whether the UIElement that is associated with this UIElementAutomationPeer is laid out in a specific direction. This method is called by GetOrientation().
protected override AutomationOrientation GetOrientationCore()
Returns
- AutomationOrientation:
The None enumeration value.