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
Initializes a new instance of the SearchAutoCompleteBoxAutomationPeer class.
public SearchAutoCompleteBoxAutomationPeer(FrameworkElement owner)
Properties
Gets a value that indicate whether multiple selection is enabled.
public bool CanSelectMultiple { get; }
Gets a value that indicate whether selection is required.
public bool IsSelectionRequired { get; }
Methods
GetChildrenCore()
List<AutomationPeer>
Gets the collection of GetChildren() elements that are represented in the UI Automation tree as immediate child elements of the automation peer.
Gets the string that describes the functionality of the ContentElement that is associated with this ContentElementAutomationPeer.
When overridden in a derived class, gets the control pattern that is associated with the specified PatternInterface.
public override object GetPattern(PatternInterface patternInterface)
GetSelection()
IRawElementProviderSimple[]
Gets a collection of element providers that indicate SelectedItems.
public IRawElementProviderSimple[] GetSelection()
IRawElementProviderSimple[]