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