ClassExpressionTextBoxAutomationPeer
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
ExpressionTextBoxAutomationPeer(ExpressionTextBox)
Initializes a new instance of the ExpressionTextBoxAutomationPeer class.
Declaration
public ExpressionTextBoxAutomationPeer(ExpressionTextBox owner)
Parameters
owner
ExpressionTextBox
The ExpressionTextBox.
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 "ExpressionTextBox".
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.