Class
RadBusyIndicatorAutomationPeer

AutomationPeer class for RadBusyIndicator.

Definition

Namespace:Telerik.UI.Automation.Peers

Assembly:Telerik.WinUI.Controls.dll

Syntax:

cs-api-definition
public class RadBusyIndicatorAutomationPeer : RadContentControlAutomationPeer, IToggleProvider

Inheritance: objectRadContentControlAutomationPeerRadBusyIndicatorAutomationPeer

Implements: IToggleProvider

Inherited Members RadContentControlAutomationPeer.GetClassNameCore()RadContentControlAutomationPeer.GetNameCore()

Constructors

RadBusyIndicatorAutomationPeer(RadBusyIndicator)

Initializes a new instance of the RadBusyIndicatorAutomationPeer class.

Declaration

cs-api-definition
public RadBusyIndicatorAutomationPeer(RadBusyIndicator owner)

Parameters

owner

RadBusyIndicator

The RadBusyIndicator that is associated with this RadBusyIndicatorAutomationPeer.

Properties

ToggleState

Gets the toggle state of the control.

Declaration

cs-api-definition
public ToggleState ToggleState { get; }

Property Value

ToggleState

Methods

GetAutomationControlTypeCore()

Declaration

cs-api-definition
protected override AutomationControlType GetAutomationControlTypeCore()

Returns

AutomationControlType

Overrides RadContentControlAutomationPeer.GetAutomationControlTypeCore()

GetItemStatusCore()

Declaration

cs-api-definition
protected override string GetItemStatusCore()

Returns

string

GetLocalizedControlTypeCore()

Declaration

cs-api-definition
protected override string GetLocalizedControlTypeCore()

Returns

string

Overrides RadContentControlAutomationPeer.GetLocalizedControlTypeCore()

GetPatternCore(PatternInterface)

Declaration

cs-api-definition
protected override object GetPatternCore(PatternInterface patternInterface)

Parameters

patternInterface

PatternInterface

Returns

object

Toggle()

Cycles through the toggle states of a control.

Declaration

cs-api-definition
public void Toggle()