Class ExpressionTextBoxAutomationPeer
An AutomationPeer type for the ExpressionTextBox type.
Inheritance
Namespace: Telerik.Windows.Automation.Peers
Assembly: Telerik.Windows.Controls.Expressions.dll
Syntax
public class ExpressionTextBoxAutomationPeer : FrameworkElementAutomationPeer
Constructors
ExpressionTextBoxAutomationPeer(ExpressionTextBox)
Initializes a new instance of the ExpressionTextBoxAutomationPeer class.
Declaration
public ExpressionTextBoxAutomationPeer(ExpressionTextBox owner)
Parameters
Expression The Expression |
Methods
GetAutomationControlTypeCore()
Returns the automation control type.
Declaration
protected override AutomationControlType GetAutomationControlTypeCore()
Returns
System. The group automation control type. |
GetAutomationIdCore()
Gets the string that uniquely identifies the System.
Declaration
protected override string GetAutomationIdCore()
Returns
System. The automation identifier for the element associated with the System. |
GetClassNameCore()
Returns the class name.
Declaration
protected override string GetClassNameCore()
Returns
System. The string "ExpressionTextBox". |
GetHelpTextCore()
Gets the description of the System.
Declaration
protected override string GetHelpTextCore()
Returns
System. An System. |
GetItemStatusCore()
Gets a string that communicates the visual status of the System.
Declaration
protected override string GetItemStatusCore()
Returns
System. The string that contains the System. |
GetLocalizedControlTypeCore()
Declaration
protected override string GetLocalizedControlTypeCore()
Returns
System.
|
GetNameCore()
Returns the text label of the System.
Declaration
protected override string GetNameCore()
Returns
System. The text label of the element that is associated with this automation peer. |