Class
RadPaneGroupAutomationPeer

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:

cs-api-definition
public class RadPaneGroupAutomationPeer : PaneGroupBaseAutomationPeer, ISelectionProvider

Inheritance: objectRadTabControlAutomationPeerPaneGroupBaseAutomationPeerRadPaneGroupAutomationPeer

Implements: ISelectionProvider

Inherited Members PaneGroupBaseAutomationPeer.GetItemStatusCore()PaneGroupBaseAutomationPeer.GetAutomationIdCore()PaneGroupBaseAutomationPeer.CreateItemAutomationPeer(object)RadTabControlAutomationPeer.GetSelection()RadTabControlAutomationPeer.GetPattern(PatternInterface)RadTabControlAutomationPeer.GetAutomationControlTypeCore()RadTabControlAutomationPeer.GetClickablePointCore()RadTabControlAutomationPeer.GetChildrenCore()RadTabControlAutomationPeer.IsSelectionRequiredRadTabControlAutomationPeer.CanSelectMultiple

Constructors

RadPaneGroupAutomationPeer(RadPaneGroup)

Initializes a new instance of the RadPaneGroupAutomationPeer class.

Declaration

cs-api-definition
public RadPaneGroupAutomationPeer(RadPaneGroup owner)

Parameters

owner

RadPaneGroup

The RadPaneGroup that is associated with this RadPaneGroupAutomationPeer.

Properties

RadPaneGroupOwner

Gets the RadPaneGroup that is associated with this RadPaneGroupAutomationPeer.

Declaration

cs-api-definition
protected RadPaneGroup RadPaneGroupOwner { get; }

Property Value

RadPaneGroup

Methods

GetClassNameCore()

Gets the name of the UIElement that is associated with this . This method is called by .

Declaration

cs-api-definition
protected override string GetClassNameCore()

Returns

string

An Empty string.

Overrides PaneGroupBaseAutomationPeer.GetClassNameCore()

GetHelpTextCore()

Declaration

cs-api-definition
protected override string GetHelpTextCore()

Returns

string

Overrides PaneGroupBaseAutomationPeer.GetHelpTextCore()

GetLocalizedControlTypeCore()

When overridden in a derived class, is called by System.Windows.Automation.Peers.AutomationPeer.GetLocalizedControlType().

Declaration

cs-api-definition
protected override string GetLocalizedControlTypeCore()

Returns

string

The type of the control.

Overrides PaneGroupBaseAutomationPeer.GetLocalizedControlTypeCore()

GetNameCore()

Declaration

cs-api-definition
protected override string GetNameCore()

Returns

string

Overrides PaneGroupBaseAutomationPeer.GetNameCore()