Class DisplayPaneAutomationPeer
Represents the automation peer for the DisplayPane control, providing UI Automation support.
Inheritance
System.Object
DisplayPaneAutomationPeer
Namespace: Syncfusion.Windows.Controls.Input
Assembly: Syncfusion.SfInput.Wpf.dll
Syntax
public class DisplayPaneAutomationPeer : FrameworkElementAutomationPeer
Constructors
DisplayPaneAutomationPeer(DisplayPane)
Initializes a new instance of the DisplayPaneAutomationPeer class.
Declaration
public DisplayPaneAutomationPeer(DisplayPane Owner)
Parameters
| Type | Name | Description |
|---|---|---|
| DisplayPane | Owner | The DisplayPane instance associated with this automation peer. |
Methods
GetAutomationControlTypeCore()
Gets the control type for the associated DisplayPane 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 the automation ID for the associated DisplayPane control.
Declaration
protected override string GetAutomationIdCore()
Returns
| Type | Description |
|---|---|
| System.String | A string that represents the automation ID. |
GetClassNameCore()
Gets the class name for the associated DisplayPane 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 | The name of the control |