Class TextBoxAutomationPeer
Inheritance
System.Object
TextBoxAutomationPeer
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: System.Windows.Automation.Peers
Assembly: OpenSilver.dll
Syntax
[NotImplemented]
public class TextBoxAutomationPeer : FrameworkElementAutomationPeer, IValueProvider
Constructors
| Improve this Doc View SourceTextBoxAutomationPeer(TextBox)
Declaration
[NotImplemented]
public TextBoxAutomationPeer(TextBox owner)
Parameters
Type | Name | Description |
---|---|---|
TextBox | owner |
Methods
| Improve this Doc View SourceGetAutomationControlTypeCore()
Declaration
[NotImplemented]
protected override AutomationControlType GetAutomationControlTypeCore()
Returns
Type | Description |
---|---|
AutomationControlType |
Overrides
| Improve this Doc View SourceGetClassNameCore()
Declaration
[NotImplemented]
protected override string GetClassNameCore()
Returns
Type | Description |
---|---|
System.String |
Overrides
| Improve this Doc View SourceGetNameCore()
Declaration
[NotImplemented]
protected override string GetNameCore()
Returns
Type | Description |
---|---|
System.String |
Overrides
| Improve this Doc View SourceGetPattern(PatternInterface)
Declaration
[NotImplemented]
public override object GetPattern(PatternInterface patternInterface)
Parameters
Type | Name | Description |
---|---|---|
PatternInterface | patternInterface |
Returns
Type | Description |
---|---|
System.Object |
Overrides
Explicit Interface Implementations
| Improve this Doc View SourceIValueProvider.IsReadOnly
Declaration
bool IValueProvider.IsReadOnly { get; }
Returns
Type | Description |
---|---|
System.Boolean |
IValueProvider.SetValue(String)
Declaration
void IValueProvider.SetValue(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value |
IValueProvider.Value
Declaration
string IValueProvider.Value { get; }
Returns
Type | Description |
---|---|
System.String |