alexa
menu

WPF

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

    Show / Hide Table of Contents

    Class RibbonToggleButtonAutomationPeer

    Class that provides UI Automation support of RibbonToggleButton.

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

    Constructors

    RibbonToggleButtonAutomationPeer(RibbonToggleButton)

    Initializes a new instance of theRibbonToggleButtonAutomationPeer

    Declaration
    public RibbonToggleButtonAutomationPeer(RibbonToggleButton owner)
    Parameters
    Type Name Description
    RibbonToggleButton owner

    The RibbonToggleButton

    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.

    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 technoloGetClassNameCoreies and other UI Automation clients.

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