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
Initializes a new instance of the RadExpressionEditorAutomationPeer class.
public RadExpressionEditorAutomationPeer(RadExpressionEditor owner)
The RadExpressionEditor.
Methods
Returns the automation control type.
protected override AutomationControlType GetAutomationControlTypeCore()
AutomationControlType
The group automation control type.
Returns the class name.
Gets a string that communicates the visual status of the UIElement that is associated with this . This method is called by .
protected override string GetItemStatusCore()
The string that contains the that is returned by .
Returns the text label of the FrameworkElement that is associated with this . This method is called by .
protected override string GetNameCore()
The text label of the element that is associated with this automation peer.