menu

WinUI

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class BusyIndicatorAutomationPeer - WinUI API Reference | Syncfusion

    Show / Hide Table of Contents

    Class BusyIndicatorAutomationPeer

    Exposes SfBusyIndicator control to UI Automation.

    Inheritance
    System.Object
    BusyIndicatorAutomationPeer
    Namespace: Syncfusion.UI.Xaml.Automation.Peers
    Assembly: Syncfusion.Notifications.WinUI.dll
    Syntax
    public class BusyIndicatorAutomationPeer : FrameworkElementAutomationPeer

    Constructors

    BusyIndicatorAutomationPeer(SfBusyIndicator)

    Initializes a new instance of the BusyIndicatorAutomationPeer class.

    Declaration
    public BusyIndicatorAutomationPeer(SfBusyIndicator control)
    Parameters
    Type Name Description
    SfBusyIndicator control

    The owner element.

    Methods

    GetAutomationControlTypeCore()

    Provides the BusyIndicatorAutomationPeer behavior when a Microsoft UI Automation client calls GetAutomationControlType.

    Declaration
    protected override AutomationControlType GetAutomationControlTypeCore()
    Returns
    Type Description
    Microsoft.UI.Xaml.Automation.Peers.AutomationControlType

    Returns the enum value of type Microsoft.UI.Xaml.Automation.Peers.AutomationControlType.

    GetNameCore()

    Provides the BusyIndicatorAutomationPeer behavior when a Microsoft UI Automation client calls GetName.

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

    Returns a string value.

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