ClassStringFilterEditorAutomationPeer
Class
An AutomationPeer type for the StringFilterEditor type.
Definition
Namespace:Telerik.Windows.Automation.Peers
Assembly:Telerik.Windows.Controls.dll
Syntax:
cs-api-definition
public class StringFilterEditorAutomationPeer : FrameworkElementAutomationPeer, IValueProvider
Inheritance: objectStringFilterEditorAutomationPeer
Derived Classes:
Implements:
Constructors
StringFilterEditorAutomationPeer(StringFilterEditor)
Initializes a new instance of the StringFilterEditorAutomationPeer class.
Declaration
cs-api-definition
public StringFilterEditorAutomationPeer(StringFilterEditor owner)
Parameters
owner
The StringFilterEditor.
Properties
IsReadOnly
Gets a value that specifies whether the value of a StringFilterEditor is read-only.
Declaration
cs-api-definition
public bool IsReadOnly { get; }
Property Value
true if the value is read-only; false if it can be modified.
Methods
GetAutomationControlTypeCore()
Declaration
cs-api-definition
protected override AutomationControlType GetAutomationControlTypeCore()
Returns
AutomationControlType
GetPattern(PatternInterface)
Declaration
cs-api-definition
public override object GetPattern(PatternInterface patternInterface)
Parameters
patternInterface
PatternInterface
Returns
SetValue(string)
Sets the value of the control.
Declaration
cs-api-definition
public void SetValue(string value)
Parameters
value
Set the Text of StringFilterEditor as a string.