ClassRadLayoutControlAutomationPeer
Class
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:
cs-api-definition
public class RadLayoutControlAutomationPeer : FrameworkElementAutomationPeer
Inheritance: objectRadLayoutControlAutomationPeer
Constructors
RadLayoutControlAutomationPeer(RadLayoutControl)
Initializes a new instance of the RadLayoutControlAutomationPeer class.
Declaration
cs-api-definition
public RadLayoutControlAutomationPeer(RadLayoutControl owner)
Parameters
owner
The owner.
Methods
GetAutomationControlTypeCore()
Declaration
cs-api-definition
protected override AutomationControlType GetAutomationControlTypeCore()
Returns
AutomationControlType
GetLocalizedControlTypeCore()
Declaration
cs-api-definition
protected override string GetLocalizedControlTypeCore()
Returns