Class DataFormAutomationPeer
Represents an automation peer for the DataForm.
Inheritance
System.Object
DataFormAutomationPeer
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.Controls.Data.DataForm.Toolkit.dll
Syntax
public class DataFormAutomationPeer : FrameworkElementAutomationPeer, IDependencyObject
Constructors
| Improve this Doc View SourceDataFormAutomationPeer(DataForm)
Constructs a new DataFormAutomationPeer.
Declaration
public DataFormAutomationPeer(DataForm owner)
Parameters
Type | Name | Description |
---|---|---|
DataForm | owner | The DataForm. |
Methods
| Improve this Doc View SourceGetAutomationControlTypeCore()
Returns the automation control type.
Declaration
protected override AutomationControlType GetAutomationControlTypeCore()
Returns
Type | Description |
---|---|
AutomationControlType | The group automation control type. |
Overrides
| Improve this Doc View SourceGetClassNameCore()
Returns the class name.
Declaration
protected override string GetClassNameCore()
Returns
Type | Description |
---|---|
System.String | The string "DataForm". |
Overrides
| Improve this Doc View SourceGetNameCore()
Returns the name.
Declaration
protected override string GetNameCore()
Returns
Type | Description |
---|---|
System.String | The DataForm header content, if it is a string. |