New to Telerik UI for WPFStart a free 30-day trial

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

Constructors

Initializes a new instance of the RadPaneGroupAutomationPeer class.

C#
public RadPaneGroupAutomationPeer(RadPaneGroup owner)
Parameters:ownerRadPaneGroup

The RadPaneGroup that is associated with this RadPaneGroupAutomationPeer.

Properties

Gets the RadPaneGroup that is associated with this RadPaneGroupAutomationPeer.

C#
protected RadPaneGroup RadPaneGroupOwner { get; }

Methods

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

C#
protected override string GetClassNameCore()
Returns:

string

An Empty string.

Overrides: PaneGroupBaseAutomationPeer.GetClassNameCore()

C#
protected override string GetHelpTextCore()
Returns:

string

Overrides: PaneGroupBaseAutomationPeer.GetHelpTextCore()

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

C#
protected override string GetLocalizedControlTypeCore()
Returns:

string

The type of the control.

Overrides: PaneGroupBaseAutomationPeer.GetLocalizedControlTypeCore()

C#
protected override string GetNameCore()
Returns:

string

Overrides: PaneGroupBaseAutomationPeer.GetNameCore()