Class SearchAutoCompleteBoxAutomationPeer
Represent an automation peer type that is used by SearchAutoCompleteBox.
Inheritance
Namespace: Telerik.Windows.Controls.MultiColumnComboBox
Assembly: Telerik.Windows.Controls.GridView.dll
Syntax
public class SearchAutoCompleteBoxAutomationPeer : FrameworkElementAutomationPeer, ISelectionProvider
Constructors
SearchAutoCompleteBoxAutomationPeer(FrameworkElement)
Initializes a new instance of the SearchAutoCompleteBoxAutomationPeer class.
Declaration
public SearchAutoCompleteBoxAutomationPeer(FrameworkElement owner)
Parameters
System.Windows.FrameworkElement
owner
|
Properties
CanSelectMultiple
Gets a value that indicate whether multiple selection is enabled.
Declaration
public bool CanSelectMultiple { get; }
Property Value
System.Boolean
|
IsSelectionRequired
Gets a value that indicate whether selection is required.
Declaration
public bool IsSelectionRequired { get; }
Property Value
System.Boolean
|
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
System.Collections.Generic.List<System.Windows.Automation.Peers.AutomationPeer>
|
GetClassNameCore()
Declaration
protected override string GetClassNameCore()
Returns
System.String
|
GetHelpTextCore()
Gets the string that describes the functionality of the ContentElement that is associated with this ContentElementAutomationPeer.
Declaration
protected override string GetHelpTextCore()
Returns
System.String
|
GetItemStatusCore()
Declaration
protected override string GetItemStatusCore()
Returns
System.String
|
GetLocalizedControlTypeCore()
Declaration
protected override string GetLocalizedControlTypeCore()
Returns
System.String
|
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
System.Windows.Automation.Peers.PatternInterface
patternInterface
|
Returns
System.Object
|
GetSelection()
Gets a collection of element providers that indicate SelectedItems.
Declaration
public IRawElementProviderSimple[] GetSelection()
Returns
System.Windows.Automation.Provider.IRawElementProviderSimple[]
|