New to Telerik UI for WPFStart a free 30-day trial

Represent an automation peer type that is used by SearchAutoCompleteBox.

Definition

Namespace:Telerik.Windows.Controls.MultiColumnComboBox

Assembly:Telerik.Windows.Controls.GridView.dll

Syntax:

C#
public class SearchAutoCompleteBoxAutomationPeer : FrameworkElementAutomationPeer, ISelectionProvider

Inheritance: objectSearchAutoCompleteBoxAutomationPeer

Implements: ISelectionProvider

Constructors

Initializes a new instance of the SearchAutoCompleteBoxAutomationPeer class.

C#
public SearchAutoCompleteBoxAutomationPeer(FrameworkElement owner)
Parameters:ownerFrameworkElement

Properties

Gets a value that indicate whether multiple selection is enabled.

C#
public bool CanSelectMultiple { get; }

Gets a value that indicate whether selection is required.

C#
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.

C#
protected override List<AutomationPeer> GetChildrenCore()
Returns:

List<AutomationPeer>

C#
protected override string GetClassNameCore()
Returns:

string

Gets the string that describes the functionality of the ContentElement that is associated with this ContentElementAutomationPeer.

C#
protected override string GetHelpTextCore()
Returns:

string

C#
protected override string GetItemStatusCore()
Returns:

string

C#
protected override string GetLocalizedControlTypeCore()
Returns:

string

When overridden in a derived class, gets the control pattern that is associated with the specified PatternInterface.

C#
public override object GetPattern(PatternInterface patternInterface)
Parameters:patternInterfacePatternInterfaceReturns:

object

GetSelection()

IRawElementProviderSimple[]

Gets a collection of element providers that indicate SelectedItems.

C#
public IRawElementProviderSimple[] GetSelection()
Returns:

IRawElementProviderSimple[]