Class
SearchAutoCompleteBoxAutomationPeer

Represent an automation peer type that is used by SearchAutoCompleteBox.

Definition

Namespace:Telerik.Windows.Controls.MultiColumnComboBox

Assembly:Telerik.Windows.Controls.GridView.dll

Syntax:

cs-api-definition
public class SearchAutoCompleteBoxAutomationPeer : FrameworkElementAutomationPeer, ISelectionProvider

Inheritance: objectSearchAutoCompleteBoxAutomationPeer

Implements: ISelectionProvider

Constructors

SearchAutoCompleteBoxAutomationPeer(FrameworkElement)

Initializes a new instance of the SearchAutoCompleteBoxAutomationPeer class.

Declaration

cs-api-definition
public SearchAutoCompleteBoxAutomationPeer(FrameworkElement owner)

Parameters

owner

FrameworkElement

Properties

CanSelectMultiple

Gets a value that indicate whether multiple selection is enabled.

Declaration

cs-api-definition
public bool CanSelectMultiple { get; }

Property Value

bool

IsSelectionRequired

Gets a value that indicate whether selection is required.

Declaration

cs-api-definition
public bool IsSelectionRequired { get; }

Property Value

bool

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

cs-api-definition
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.

Declaration

cs-api-definition
protected override string GetHelpTextCore()

Returns

string

GetLocalizedControlTypeCore()

Declaration

cs-api-definition
protected override string GetLocalizedControlTypeCore()

Returns

string

GetPattern(PatternInterface)

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

Declaration

cs-api-definition
public override object GetPattern(PatternInterface patternInterface)

Parameters

patternInterface

PatternInterface

Returns

object

GetSelection()

Gets a collection of element providers that indicate SelectedItems.

Declaration

cs-api-definition
public IRawElementProviderSimple[] GetSelection()

Returns

IRawElementProviderSimple[]