ClassRadBusyIndicatorAutomationPeer
Class
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:
Inherited Members
Constructors
RadBusyIndicatorAutomationPeer(RadBusyIndicator)
Initializes a new instance of the RadBusyIndicatorAutomationPeer class.
Declaration
cs-api-definition
public RadBusyIndicatorAutomationPeer(RadBusyIndicator owner)
Parameters
owner
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
GetLocalizedControlTypeCore()
Declaration
cs-api-definition
protected override string GetLocalizedControlTypeCore()
Returns
Overrides
GetPatternCore(PatternInterface)
Declaration
cs-api-definition
protected override object GetPatternCore(PatternInterface patternInterface)
Parameters
patternInterface
PatternInterface
Returns
Toggle()
Cycles through the toggle states of a control.
Declaration
cs-api-definition
public void Toggle()