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