Class AutoCompleteAutomationPeer
Class that provides UI Automation support.
Inheritance
System.Object
AutoCompleteAutomationPeer
Assembly: Syncfusion.Tools.Wpf.dll
public class AutoCompleteAutomationPeer : ItemsControlAutomationPeer
Constructors
Declaration
public AutoCompleteAutomationPeer(AutoComplete owner)
Parameters
| Type |
Name |
Description |
| AutoComplete |
owner |
An instance of Ribbon class
|
Methods
Declaration
protected override ItemAutomationPeer CreateItemAutomationPeer(object item)
Parameters
| Type |
Name |
Description |
| System.Object |
item |
|
Returns
| Type |
| System.Windows.Automation.Peers.ItemAutomationPeer |
Declaration
protected override AutomationControlType GetAutomationControlTypeCore()
Returns
| Type |
| System.Windows.Automation.Peers.AutomationControlType |
Declaration
protected override string GetAutomationIdCore()
Returns
Gets the name of the System.Windows.UIElement that is associated with this System.Windows.Automation.Peers.UIElementAutomationPeer. This method is called by System.Windows.Automation.Peers.AutomationPeer.GetClassName.
Declaration
protected override string GetClassNameCore()
Returns
| Type |
Description |
| System.String |
An System.String.Empty string.
|
GetHelpTextCore()
Declaration
protected override string GetHelpTextCore()
Returns
Declaration
protected override string GetItemStatusCore()
Returns
Declaration
protected override string GetNameCore()
Returns
Gets the control pattern for the System.Windows.UIElement that is associated with this System.Windows.Automation.Peers.UIElementAutomationPeer.
Declaration
public override object GetPattern(PatternInterface patternInterface)
Parameters
| Type |
Name |
Description |
| System.Windows.Automation.Peers.PatternInterface |
patternInterface |
A value from the enumeration.
|
Returns
| Type |
Description |
| System.Object |
returns the pattern
|