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)
The owner.
Methods
When overridden in a derived class, is called by .
Returns the text label of the FrameworkElement associated with this AutomationPeers. Called by AutomationPeer.GetName.
C#
protected override string GetNameCore()
A text label of the Element associated with this Automation Peer.