ClassRadPaneGroupAutomationPeer
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
RadPaneGroupAutomationPeer(RadPaneGroup)
Initializes a new instance of the RadPaneGroupAutomationPeer class.
Declaration
public RadPaneGroupAutomationPeer(RadPaneGroup owner)
Parameters
owner
The RadPaneGroup that is associated with this RadPaneGroupAutomationPeer.
Properties
RadPaneGroupOwner
Gets the RadPaneGroup that is associated with this RadPaneGroupAutomationPeer.
Declaration
protected RadPaneGroup RadPaneGroupOwner { get; }
Property Value
Methods
GetClassNameCore()
Gets the name of the UIElement that is associated with this . This method is called by .
GetLocalizedControlTypeCore()
When overridden in a derived class, is called by System.Windows.Automation.Peers.AutomationPeer.GetLocalizedControlType().
Declaration
protected override string GetLocalizedControlTypeCore()
Returns
The type of the control.
Overrides