Class FuntionsPaneAutomationPeer
Represents an automation peer for the FunctionsPane control.
Inheritance
System.Object
FuntionsPaneAutomationPeer
Namespace: Syncfusion.Windows.Controls.Input
Assembly: Syncfusion.SfInput.Wpf.dll
Syntax
public class FuntionsPaneAutomationPeer : FrameworkElementAutomationPeer
Constructors
FuntionsPaneAutomationPeer(FunctionsPane)
Initializes a new instance of the FuntionsPaneAutomationPeer class.
Declaration
public FuntionsPaneAutomationPeer(FunctionsPane Owner)
Parameters
| Type | Name | Description |
|---|---|---|
| FunctionsPane | Owner | The FunctionsPane instance associated with this automation peer. |
Methods
GetAutomationControlTypeCore()
Gets the control type for the associated control.
Declaration
protected override AutomationControlType GetAutomationControlTypeCore()
Returns
| Type | Description |
|---|---|
| System.Windows.Automation.Peers.AutomationControlType | The control type for the associated control. |
GetAutomationIdCore()
Gets the automation ID for the associated control.
Declaration
protected override string GetAutomationIdCore()
Returns
| Type | Description |
|---|---|
| System.String | The automation ID for the associated control. |
GetClassNameCore()
Gets the class name of the associated control.
Declaration
protected override string GetClassNameCore()
Returns
| Type | Description |
|---|---|
| System.String | The class name of the associated control. |
GetHelpTextCore()
Gets the help text for the associated control.
Declaration
protected override string GetHelpTextCore()
Returns
| Type | Description |
|---|---|
| System.String | The help text for the associated control. |
GetNameCore()
Gets the name of the associated control.
Declaration
protected override string GetNameCore()
Returns
| Type | Description |
|---|---|
| System.String | The name of the associated control. |