Class
RadAutoCompleteBoxItemAutomationPeer

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:

cs-api-definition
public class RadAutoCompleteBoxItemAutomationPeer : FrameworkElementAutomationPeer

Inheritance: objectRadAutoCompleteBoxItemAutomationPeer

Constructors

RadAutoCompleteBoxItemAutomationPeer(FrameworkElement)

Initializes a new instance of the RadAutoCompleteBoxItemAutomationPeer class.

Declaration

cs-api-definition
public RadAutoCompleteBoxItemAutomationPeer(FrameworkElement owner)

Parameters

owner

FrameworkElement

The owner.

Methods

GetClassNameCore()

Declaration

cs-api-definition
protected override string GetClassNameCore()

Returns

string

GetHelpTextCore()

Declaration

cs-api-definition
protected override string GetHelpTextCore()

Returns

string

GetItemStatusCore()

Declaration

cs-api-definition
protected override string GetItemStatusCore()

Returns

string

GetLocalizedControlTypeCore()

When overridden in a derived class, is called by .

Declaration

cs-api-definition
protected override string GetLocalizedControlTypeCore()

Returns

string

The type of the control.

GetNameCore()

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

Declaration

cs-api-definition
protected override string GetNameCore()

Returns

string

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