ClassSearchAutoCompleteBoxItemAutomationPeer
Represent an automation peer type that is used by SearchAutoCompleteBoxItem.
Definition
Namespace:Telerik.Windows.Controls.MultiColumnComboBox
Assembly:Telerik.Windows.Controls.GridView.dll
Syntax:
public class SearchAutoCompleteBoxItemAutomationPeer : FrameworkElementAutomationPeer, IValueProvider
Inheritance: objectSearchAutoCompleteBoxItemAutomationPeer
Implements:
Constructors
SearchAutoCompleteBoxItemAutomationPeer(FrameworkElement)
Initializes a new instance of the SearchAutoCompleteBoxItemAutomationPeer class.
Declaration
public SearchAutoCompleteBoxItemAutomationPeer(FrameworkElement owner)
Parameters
owner
FrameworkElement
Properties
IsReadOnly
Gets a value that indicates whether Value is ReadOnly.
Methods
GetHelpTextCore()
Gets the string that describes the functionality of the ContentElement that is associated with this ContentElementAutomationPeer.
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
SetValue(string)
Sets value. SearchAutoCompleteBoxItemAutomationPeer is ReadOnly.