Class
ExpressionTextBoxAutomationPeer

An AutomationPeer type for the ExpressionTextBox type.

Definition

Namespace:Telerik.Windows.Automation.Peers

Assembly:Telerik.Windows.Controls.Expressions.dll

Syntax:

cs-api-definition
public class ExpressionTextBoxAutomationPeer : FrameworkElementAutomationPeer

Inheritance: objectExpressionTextBoxAutomationPeer

Constructors

ExpressionTextBoxAutomationPeer(ExpressionTextBox)

Initializes a new instance of the ExpressionTextBoxAutomationPeer class.

Declaration

cs-api-definition
public ExpressionTextBoxAutomationPeer(ExpressionTextBox owner)

Parameters

owner

ExpressionTextBox

The ExpressionTextBox.

Methods

GetAutomationControlTypeCore()

Returns the automation control type.

Declaration

cs-api-definition
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 .

Declaration

cs-api-definition
protected override string GetAutomationIdCore()

Returns

string

The automation identifier for the element associated with the , or Empty if there isn't an automation identifier.

GetClassNameCore()

Returns the class name.

Declaration

cs-api-definition
protected override string GetClassNameCore()

Returns

string

The string "ExpressionTextBox".

GetHelpTextCore()

Gets the description of the UIElement that is associated with this . This method is called by .

Declaration

cs-api-definition
protected override string GetHelpTextCore()

Returns

string

An Empty string.

GetItemStatusCore()

Gets a string that communicates the visual status of the UIElement that is associated with this . This method is called by .

Declaration

cs-api-definition
protected override string GetItemStatusCore()

Returns

string

The string that contains the that is returned by .

GetLocalizedControlTypeCore()

Declaration

cs-api-definition
protected override string GetLocalizedControlTypeCore()

Returns

string

GetNameCore()

Returns the text label of the FrameworkElement that is associated with this . This method is called by .

Declaration

cs-api-definition
protected override string GetNameCore()

Returns

string

The text label of the element that is associated with this automation peer.