Automation Peer for the AutoHideArea class.
Definition
Namespace:Telerik.Windows.Automation.Peers
Assembly:Telerik.Windows.Controls.Docking.dll
Syntax:
C#
public class AutoHideAreaAutomationPeer : PaneGroupBaseAutomationPeer, ISelectionProvider
Inheritance: objectRadTabControlAutomationPeerPaneGroupBaseAutomationPeerAutoHideAreaAutomationPeer
Implements:
Inherited Members
Constructors
Initializes a new instance of the AutoHideAreaAutomationPeer class.
C#
public AutoHideAreaAutomationPeer(AutoHideArea owner)
The AutoHideArea that is associated with this AutoHideAreaAutomationPeer.
Methods
Gets the string that uniquely identifies the Telerik.Windows.Controls.Docking.PaneGroupBase that is associated with this Telerik.Windows.Controls.PaneGroupBaseAutomationPeer.
C#
protected override string GetAutomationIdCore()
A string that contains the UI Automation identifier.
Overrides: