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

An AutomationPeer type for the RadExpressionEditor type.

Definition

Namespace:Telerik.Windows.Automation.Peers

Assembly:Telerik.Windows.Controls.Expressions.dll

Syntax:

C#
public class RadExpressionEditorAutomationPeer : FrameworkElementAutomationPeer

Inheritance: objectRadExpressionEditorAutomationPeer

Constructors

Initializes a new instance of the RadExpressionEditorAutomationPeer class.

C#
public RadExpressionEditorAutomationPeer(RadExpressionEditor owner)
Parameters:ownerRadExpressionEditor

The RadExpressionEditor.

Methods

Returns the automation control type.

C#
protected override AutomationControlType GetAutomationControlTypeCore()
Returns:

AutomationControlType

The group automation control type.

Gets the string that uniquely identifies the FrameworkElement that is associated with this . Called by .

C#
protected override string GetAutomationIdCore()
Returns:

string

The automation identifier for the element associated with the , or Empty if there isn't an automation identifier.

Returns the class name.

C#
protected override string GetClassNameCore()
Returns:

string

The string "RadExpressionEditor".

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

C#
protected override string GetHelpTextCore()
Returns:

string

An Empty string.

Gets a string that communicates the visual status of the UIElement that is associated with this . This method is called by .

C#
protected override string GetItemStatusCore()
Returns:

string

The string that contains the that is returned by .

C#
protected override string GetLocalizedControlTypeCore()
Returns:

string

Returns the text label of the FrameworkElement that is associated with this . This method is called by .

C#
protected override string GetNameCore()
Returns:

string

The text label of the element that is associated with this automation peer.