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

Represents the automation peer for the RadLayoutControl class, facilitating interaction with the automation client by providing control-specific properties and methods. This class derives from and overrides key members to provide information such as the control's name, status, help text, and control type. The peer can also retrieve properties associated with the layout control, especially when the automation mode is set to advanced.

Definition

Namespace:Telerik.Windows.Automation.Peers

Assembly:Telerik.Windows.Controls.Navigation.dll

Syntax:

C#
public class RadLayoutControlAutomationPeer : FrameworkElementAutomationPeer

Inheritance: objectRadLayoutControlAutomationPeer

Constructors

Initializes a new instance of the RadLayoutControlAutomationPeer class.

C#
public RadLayoutControlAutomationPeer(RadLayoutControl owner)
Parameters:ownerRadLayoutControl

The owner.

Methods

C#
protected override AutomationControlType GetAutomationControlTypeCore()
Returns:

AutomationControlType

C#
protected override string GetClassNameCore()
Returns:

string

C#
protected override string GetHelpTextCore()
Returns:

string

C#
protected override string GetItemStatusCore()
Returns:

string

C#
protected override string GetLocalizedControlTypeCore()
Returns:

string

C#
protected override string GetNameCore()
Returns:

string