Class InputPaneAutomationPeer
Represents an automation peer for the InputPane control.
Inheritance
System.Object
InputPaneAutomationPeer
Namespace: Syncfusion.Windows.Controls.Input
Assembly: Syncfusion.SfInput.Wpf.dll
Syntax
public class InputPaneAutomationPeer : FrameworkElementAutomationPeer
Constructors
InputPaneAutomationPeer(InputPane)
Initialize new instance of the InputPaneAutomationPeer class.
Declaration
public InputPaneAutomationPeer(InputPane Owner)
Parameters
| Type | Name | Description |
|---|---|---|
| InputPane | Owner | The InputPane Intance associated with this automation peer. |
Methods
GetAutomationControlTypeCore()
Gets the control type for the associated InputPane control.
Declaration
protected override AutomationControlType GetAutomationControlTypeCore()
Returns
| Type | Description |
|---|---|
| System.Windows.Automation.Peers.AutomationControlType | An System.Windows.Automation.Peers.AutomationControlType value that represents the control type. |
GetAutomationIdCore()
Gets an automation ID for the associated InputPane control
Declaration
protected override string GetAutomationIdCore()
Returns
| Type | Description |
|---|---|
| System.String | A string that represent the automation ID |
GetClassNameCore()
Gets the class name for the associated InputPane control.
Declaration
protected override string GetClassNameCore()
Returns
| Type | Description |
|---|---|
| System.String | A string that represents 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 | A help text for the control. |
GetNameCore()
Gets the name of the associated control
Declaration
protected override string GetNameCore()
Returns
| Type | Description |
|---|---|
| System.String | Name of the control |