ClassRadAutoCompleteBoxItemAutomationPeer
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:
public class RadAutoCompleteBoxItemAutomationPeer : FrameworkElementAutomationPeer
Inheritance: objectRadAutoCompleteBoxItemAutomationPeer
Constructors
RadAutoCompleteBoxItemAutomationPeer(FrameworkElement)
Initializes a new instance of the RadAutoCompleteBoxItemAutomationPeer class.
Declaration
public RadAutoCompleteBoxItemAutomationPeer(FrameworkElement owner)
Parameters
owner
FrameworkElement
The owner.
Methods
GetLocalizedControlTypeCore()
When overridden in a derived class, is called by .
Declaration
protected override string GetLocalizedControlTypeCore()
Returns
The type of the control.
GetNameCore()
Returns the text label of the FrameworkElement associated with this AutomationPeers. Called by AutomationPeer.GetName.
Declaration
protected override string GetNameCore()
Returns
A text label of the Element associated with this Automation Peer.