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)
The owner.
Methods
C#
protected override AutomationControlType GetAutomationControlTypeCore()
AutomationControlType