Class
SearchAutoCompleteBoxItemAutomationPeer

Represent an automation peer type that is used by SearchAutoCompleteBoxItem.

Definition

Namespace:Telerik.Windows.Controls.MultiColumnComboBox

Assembly:Telerik.Windows.Controls.GridView.dll

Syntax:

cs-api-definition
public class SearchAutoCompleteBoxItemAutomationPeer : FrameworkElementAutomationPeer, IValueProvider

Inheritance: objectSearchAutoCompleteBoxItemAutomationPeer

Implements: IValueProvider

Constructors

SearchAutoCompleteBoxItemAutomationPeer(FrameworkElement)

Initializes a new instance of the SearchAutoCompleteBoxItemAutomationPeer class.

Declaration

cs-api-definition
public SearchAutoCompleteBoxItemAutomationPeer(FrameworkElement owner)

Parameters

owner

FrameworkElement

Properties

IsReadOnly

Gets a value that indicates whether Value is ReadOnly.

Declaration

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

Property Value

bool

Value

Gets or sets the value of IValueProvider.

Declaration

cs-api-definition
public string Value { get; }

Property Value

string

Methods

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

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

SetValue(string)

Sets value. SearchAutoCompleteBoxItemAutomationPeer is ReadOnly.

Declaration

cs-api-definition
public void SetValue(string value)

Parameters

value

string