alexa
menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class BackStageTabItemAutomationPeer

    Represents the BackstageTabItem AutomationPeer class.

    Inheritance
    System.Object
    BackStageTabItemAutomationPeer
    Namespace: Syncfusion.Windows.Controls.Tools.AutomationPeer
    Assembly: Syncfusion.Tools.Wpf.dll
    Syntax
    public class BackStageTabItemAutomationPeer : FrameworkElementAutomationPeer

    Constructors

    BackStageTabItemAutomationPeer(BackstageTabItem)

    Initializes a new instance of theBackStageTabItemAutomationPeer

    Declaration
    public BackStageTabItemAutomationPeer(BackstageTabItem owner)
    Parameters
    Type Name Description
    BackstageTabItem owner

    The BackStageTabItemAutomationPeer

    Methods

    GetAutomationControlTypeCore()

    Gets the control type for the Frame that is associated with this FrameAutomationPeer. This method is called by GetAutomationControlType.

    Declaration
    protected override AutomationControlType GetAutomationControlTypeCore()
    Returns
    Type Description
    System.Windows.Automation.Peers.AutomationControlType

    The Pane enumeration value.

    GetAutomationIdCore()

    Provides the peer's behavior when a UI Automation client calls GetAutomationId or an equivalent UI Automation client API.

    Declaration
    protected override string GetAutomationIdCore()
    Returns
    Type Description
    System.String

    The automation identifier.

    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

    The class name.

    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.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved