Class
RadLayoutControlAutomationPeer

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

RadLayoutControl

The owner.

Methods

GetAutomationControlTypeCore()

Declaration

cs-api-definition
protected override AutomationControlType GetAutomationControlTypeCore()

Returns

AutomationControlType

GetClassNameCore()

Declaration

cs-api-definition
protected override string GetClassNameCore()

Returns

string

GetHelpTextCore()

Declaration

cs-api-definition
protected override string GetHelpTextCore()

Returns

string

GetItemStatusCore()

Declaration

cs-api-definition
protected override string GetItemStatusCore()

Returns

string

GetLocalizedControlTypeCore()

Declaration

cs-api-definition
protected override string GetLocalizedControlTypeCore()

Returns

string

GetNameCore()

Declaration

cs-api-definition
protected override string GetNameCore()

Returns

string