alexa
menu

WPF

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

    Show / Hide Table of Contents

    Class CalculatorButtonAutomationPeer

    Represents the automation peer for the CalculatorButton control, providing UI Automation support.

    Inheritance
    System.Object
    CalculatorButtonAutomationPeer
    Namespace: Syncfusion.Windows.Controls.Input
    Assembly: Syncfusion.SfInput.Wpf.dll
    Syntax
    public class CalculatorButtonAutomationPeer : FrameworkElementAutomationPeer

    Constructors

    CalculatorButtonAutomationPeer(CalculatorButton)

    Initializes a new instance of the CalculatorButtonAutomationPeer class.

    Declaration
    public CalculatorButtonAutomationPeer(CalculatorButton Owner)
    Parameters
    Type Name Description
    CalculatorButton Owner

    The CalculatorButton associated with this automation peer.

    Methods

    GetAutomationControlTypeCore()

    Gets the control type for the associated control.

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

    The control type of the control.

    GetAutomationIdCore()

    Gets the automation ID for the associated control.

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

    The automation ID of the control.

    GetClassNameCore()

    Gets the class name of the associated control.

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

    The class name of the control.

    GetHelpTextCore()

    Gets the help text for the associated control.

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

    The 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.

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