ClassSearchAutoCompleteBoxAutomationPeer
Represent an automation peer type that is used by SearchAutoCompleteBox.
Definition
Namespace:Telerik.Windows.Controls.MultiColumnComboBox
Assembly:Telerik.Windows.Controls.GridView.dll
Syntax:
public class SearchAutoCompleteBoxAutomationPeer : FrameworkElementAutomationPeer, ISelectionProvider
Inheritance: objectSearchAutoCompleteBoxAutomationPeer
Implements:
Constructors
SearchAutoCompleteBoxAutomationPeer(FrameworkElement)
Initializes a new instance of the SearchAutoCompleteBoxAutomationPeer class.
Declaration
public SearchAutoCompleteBoxAutomationPeer(FrameworkElement owner)
Parameters
owner
FrameworkElement
Properties
CanSelectMultiple
Gets a value that indicate whether multiple selection is enabled.
IsSelectionRequired
Gets a value that indicate whether selection is required.
Methods
GetChildrenCore()
Gets the collection of GetChildren() elements that are represented in the UI Automation tree as immediate child elements of the automation peer.
Declaration
protected override List<AutomationPeer> GetChildrenCore()
Returns
List<AutomationPeer>
GetHelpTextCore()
Gets the string that describes the functionality of the ContentElement that is associated with this ContentElementAutomationPeer.
GetLocalizedControlTypeCore()
Declaration
protected override string GetLocalizedControlTypeCore()
Returns
GetPattern(PatternInterface)
When overridden in a derived class, gets the control pattern that is associated with the specified PatternInterface.
Declaration
public override object GetPattern(PatternInterface patternInterface)
Parameters
patternInterface
PatternInterface
Returns
GetSelection()
Gets a collection of element providers that indicate SelectedItems.
Declaration
public IRawElementProviderSimple[] GetSelection()
Returns
IRawElementProviderSimple[]