Class DataFormAutomationPeer
Represents an automation peer for the DataForm.
Inheritance
System.Object
DataFormAutomationPeer
Inherited Members
Namespace: System.Windows.Automation.Peers
Assembly: DataForm.Toolkit.OpenSilver.dll
Syntax
public class DataFormAutomationPeer : FrameworkElementAutomationPeer
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. |