Provides the automation peer for the RadPaneGroup class, enabling UI automation clients to interact with it. This class exposes properties and methods needed for automation interactions, such as retrieving the name, localized control type, and custom property values associated with the RadPaneGroup instance it represents.
Definition
Namespace:Telerik.Windows.Automation.Peers
Assembly:Telerik.Windows.Controls.Docking.dll
Syntax:
public class RadPaneGroupAutomationPeer : PaneGroupBaseAutomationPeer, ISelectionProvider
Inheritance: objectRadTabControlAutomationPeerPaneGroupBaseAutomationPeerRadPaneGroupAutomationPeer
Implements:
Inherited Members
Constructors
Initializes a new instance of the RadPaneGroupAutomationPeer class.
public RadPaneGroupAutomationPeer(RadPaneGroup owner)
The RadPaneGroup that is associated with this RadPaneGroupAutomationPeer.
Properties
Gets the RadPaneGroup that is associated with this RadPaneGroupAutomationPeer.
protected RadPaneGroup RadPaneGroupOwner { get; }
Methods
When overridden in a derived class, is called by System.Windows.Automation.Peers.AutomationPeer.GetLocalizedControlType().
protected override string GetLocalizedControlTypeCore()
The type of the control.
Overrides: