Class RadAutoCompleteBoxItemAutomationPeer
Inheritance
Namespace: Telerik.Windows.Automation.Peers
Assembly: Telerik.Windows.Controls.Input.dll
Syntax
public class RadAutoCompleteBoxItemAutomationPeer : FrameworkElementAutomationPeer
Constructors
RadAutoCompleteBoxItemAutomationPeer(FrameworkElement)
Initializes a new instance of the RadAutoCompleteBoxItemAutomationPeer class.
Declaration
public RadAutoCompleteBoxItemAutomationPeer(FrameworkElement owner)
Parameters
System.Windows.FrameworkElement
owner
The owner. |
Methods
GetClassNameCore()
Declaration
protected override string GetClassNameCore()
Returns
System.String
|
GetHelpTextCore()
Declaration
protected override string GetHelpTextCore()
Returns
System.String
|
GetLocalizedControlTypeCore()
When overridden in a derived class, is called by System.Windows.Automation.Peers.AutomationPeer.GetLocalizedControlType.
Declaration
protected override string GetLocalizedControlTypeCore()
Returns
System.String
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
System.String
A text label of the Element associated with this Automation Peer. |