Class BackStageAutomationPeer
Class that provides UI Automation support of Backstage.
Inheritance
System.Object
BackStageAutomationPeer
Namespace: Syncfusion.Windows.Controls.Tools.AutomationPeer
Assembly: Syncfusion.Tools.Wpf.dll
Syntax
public class BackStageAutomationPeer : FrameworkElementAutomationPeer
Constructors
BackStageAutomationPeer(Backstage)
Initializes a new instance of theBackStageAutomationPeer
Declaration
public BackStageAutomationPeer(Backstage owner)
Parameters
Type | Name | Description |
---|---|---|
Backstage | owner | Backstage |
Methods
GetAutomationControlTypeCore()
Provides the peer's behavior when a UI Automation client calls GetAutomationControlType or an equivalent UI Automation client API.
Declaration
protected override AutomationControlType GetAutomationControlTypeCore()
Returns
Type | Description |
---|---|
System.Windows.Automation.Peers.AutomationControlType | The control type. |
GetClassNameCore()
Provides the peer's behavior when a UI Automation client calls GetClassName or an equivalent UI Automation client API.
Declaration
protected override string GetClassNameCore()
Returns
Type | Description |
---|---|
System.String | An Empty string |
GetHelpTextCore()
Provides the peer's behavior when a UI Automation client calls GetHelpText or an equivalent UI Automation client API.
Declaration
protected override string GetHelpTextCore()
Returns
Type | Description |
---|---|
System.String | The help text. |
GetNameCore()
Provides the peer's behavior when a UI Automation client calls GetName or an equivalent UI Automation client API.
Declaration
protected override string GetNameCore()
Returns
Type | Description |
---|---|
System.String | The name as used by assistive technologies and other UI Automation clients. Or backstage. |