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
ExpressionTextBox
owner
The ExpressionTextBox. |
Methods
GetAutomationControlTypeCore()
Returns the automation control type.
Declaration
protected override AutomationControlType GetAutomationControlTypeCore()
Returns
System.Windows.Automation.Peers.AutomationControlType
The group automation control type. |
GetAutomationIdCore()
Gets the string that uniquely identifies the System.Windows.FrameworkElement that is associated with this System.Windows.Automation.Peers.FrameworkElementAutomationPeer. Called by System.Windows.Automation.Peers.AutomationPeer.GetAutomationId.
Declaration
protected override string GetAutomationIdCore()
Returns
System.String
The automation identifier for the element associated with the System.Windows.Automation.Peers.FrameworkElementAutomationPeer, or System.String.Empty if there isn't an automation identifier. |
GetClassNameCore()
Returns the class name.
Declaration
protected override string GetClassNameCore()
Returns
System.String
The string "ExpressionTextBox". |
GetHelpTextCore()
Gets the description of the System.Windows.UIElement that is associated with this System.Windows.Automation.Peers.UIElementAutomationPeer. This method is called by System.Windows.Automation.Peers.AutomationPeer.GetHelpText.
Declaration
protected override string GetHelpTextCore()
Returns
System.String
An System.String.Empty string. |
GetItemStatusCore()
Gets a string that communicates the visual status of the System.Windows.UIElement that is associated with this System.Windows.Automation.Peers.UIElementAutomationPeer. This method is called by System.Windows.Automation.Peers.AutomationPeer.GetItemStatus.
Declaration
protected override string GetItemStatusCore()
Returns
System.String
The string that contains the System.Windows.Automation.AutomationProperties.ItemStatus that is returned by System.Windows.Automation.AutomationProperties.GetItemStatus(System.Windows.DependencyObject). |
GetLocalizedControlTypeCore()
Declaration
protected override string GetLocalizedControlTypeCore()
Returns
System.String
|
GetNameCore()
Returns the text label of the System.Windows.FrameworkElement that is associated with this System.Windows.Automation.Peers.FrameworkElementAutomationPeer. This method is called by System.Windows.Automation.Peers.AutomationPeer.GetName.
Declaration
protected override string GetNameCore()
Returns
System.String
The text label of the element that is associated with this automation peer. |