An AutomationPeer type for the ExpressionTextBox type.
Definition
Namespace:Telerik.Windows.Automation.Peers
Assembly:Telerik.Windows.Controls.Expressions.dll
Syntax:
public class ExpressionTextBoxAutomationPeer : FrameworkElementAutomationPeer
Inheritance: objectExpressionTextBoxAutomationPeer
Constructors
Initializes a new instance of the ExpressionTextBoxAutomationPeer class.
public ExpressionTextBoxAutomationPeer(ExpressionTextBox owner)
The ExpressionTextBox.
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.