ClassRadExpressionEditorAutomationPeer
An AutomationPeer type for the RadExpressionEditor type.
Definition
Namespace:Telerik.Windows.Automation.Peers
Assembly:Telerik.Windows.Controls.Expressions.dll
Syntax:
public class RadExpressionEditorAutomationPeer : FrameworkElementAutomationPeer
Inheritance: objectRadExpressionEditorAutomationPeer
Constructors
RadExpressionEditorAutomationPeer(RadExpressionEditor)
Initializes a new instance of the RadExpressionEditorAutomationPeer class.
Declaration
public RadExpressionEditorAutomationPeer(RadExpressionEditor owner)
Parameters
owner
The RadExpressionEditor.
Methods
GetAutomationControlTypeCore()
Returns the automation control type.
Declaration
protected override AutomationControlType GetAutomationControlTypeCore()
Returns
AutomationControlType
The group automation control type.
GetAutomationIdCore()
Gets the string that uniquely identifies the FrameworkElement that is associated with this . Called by .
GetClassNameCore()
Returns the class name.
Declaration
protected override string GetClassNameCore()
Returns
The string "RadExpressionEditor".
GetHelpTextCore()
Gets the description of the UIElement that is associated with this . This method is called by .
GetItemStatusCore()
Gets a string that communicates the visual status of the UIElement that is associated with this . This method is called by .
Declaration
protected override string GetItemStatusCore()
Returns
The string that contains the that is returned by .
GetLocalizedControlTypeCore()
Declaration
protected override string GetLocalizedControlTypeCore()
Returns
GetNameCore()
Returns the text label of the FrameworkElement that is associated with this . This method is called by .
Declaration
protected override string GetNameCore()
Returns
The text label of the element that is associated with this automation peer.