New to Telerik UI for WPFStart a free 30-day trial

Represents the automation peer for the RadAutoCompleteBoxItem control, enabling UI automation and accessibility features. This class provides methods to retrieve custom property values, class name, help text, and item status, facilitating interaction with UI automation clients.

Definition

Namespace:Telerik.Windows.Automation.Peers

Assembly:Telerik.Windows.Controls.Input.dll

Syntax:

C#
public class RadAutoCompleteBoxItemAutomationPeer : FrameworkElementAutomationPeer

Inheritance: objectRadAutoCompleteBoxItemAutomationPeer

Constructors

Initializes a new instance of the RadAutoCompleteBoxItemAutomationPeer class.

C#
public RadAutoCompleteBoxItemAutomationPeer(FrameworkElement owner)
Parameters:ownerFrameworkElement

The owner.

Methods

C#
protected override string GetClassNameCore()
Returns:

string

C#
protected override string GetHelpTextCore()
Returns:

string

C#
protected override string GetItemStatusCore()
Returns:

string

When overridden in a derived class, is called by .

C#
protected override string GetLocalizedControlTypeCore()
Returns:

string

The type of the control.

Returns the text label of the FrameworkElement associated with this AutomationPeers. Called by AutomationPeer.GetName.

C#
protected override string GetNameCore()
Returns:

string

A text label of the Element associated with this Automation Peer.