Class SearchAutoCompleteBoxItemAutomationPeer
Represent an automation peer type that is used by SearchAutoCompleteBoxItem.
Inheritance
Namespace: Telerik.Windows.Controls.MultiColumnComboBox
Assembly: Telerik.Windows.Controls.GridView.dll
Syntax
public class SearchAutoCompleteBoxItemAutomationPeer : FrameworkElementAutomationPeer, IValueProvider
Constructors
SearchAutoCompleteBoxItemAutomationPeer(FrameworkElement)
Initializes a new instance of the SearchAutoCompleteBoxItemAutomationPeer class.
Declaration
public SearchAutoCompleteBoxItemAutomationPeer(FrameworkElement owner)
Parameters
System.Windows.FrameworkElement
owner
|
Properties
IsReadOnly
Gets a value that indicates whether Value is ReadOnly.
Declaration
public bool IsReadOnly { get; }
Property Value
System.Boolean
|
Value
Gets or sets the value of IValueProvider.
Declaration
public string Value { get; }
Property Value
System.String
|
Methods
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
|
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
|
SetValue(String)
Sets value. SearchAutoCompleteBoxItemAutomationPeer is ReadOnly.
Declaration
public void SetValue(string value)
Parameters
System.String
value
|