Class RadBusyIndicatorAutomationPeer
AutomationPeer for RadBusyIndicator.
Inheritance
Namespace: Telerik.Windows.Automation.Peers
Assembly: Telerik.Windows.Controls.dll
Syntax
public class RadBusyIndicatorAutomationPeer : FrameworkElementAutomationPeer, IRangeValueProvider, IToggleProvider
Constructors
RadBusyIndicatorAutomationPeer(RadBusyIndicator)
Initializes a new instance of the RadBusyIndicatorAutomationPeer class.
Declaration
public RadBusyIndicatorAutomationPeer(RadBusyIndicator owner)
Parameters
RadBusyIndicator
owner
|
Properties
IsReadOnly
Declaration
public bool IsReadOnly { get; }
Property Value
System.Boolean
|
LargeChange
Declaration
public double LargeChange { get; }
Property Value
System.Double
|
Maximum
Declaration
public double Maximum { get; }
Property Value
System.Double
|
Minimum
Declaration
public double Minimum { get; }
Property Value
System.Double
|
SmallChange
Declaration
public double SmallChange { get; }
Property Value
System.Double
|
ToggleState
Retrieves the toggle state of the control.
Declaration
public ToggleState ToggleState { get; }
Property Value
System.Windows.Automation.ToggleState
|
Remarks
For busy indicator control the toggle state is reflected by the IsBusy value. True - ToggleState.On False - ToggleState.Off.
Value
Declaration
public double Value { get; }
Property Value
System.Double
|
Methods
GetAutomationControlTypeCore()
Declaration
protected override AutomationControlType GetAutomationControlTypeCore()
Returns
System.Windows.Automation.Peers.AutomationControlType
|
GetClassNameCore()
Declaration
protected override string GetClassNameCore()
Returns
System.String
|
GetHelpTextCore()
Declaration
protected override string GetHelpTextCore()
Returns
System.String
|
GetLocalizedControlTypeCore()
Declaration
protected override string GetLocalizedControlTypeCore()
Returns
System.String
|
GetNameCore()
Gets the text label of the System.Windows.ContentElement that is associated with this System.Windows.Automation.Peers.ContentElementAutomationPeer. Called by System.Windows.Automation.Peers.AutomationPeer.GetName().
Declaration
protected override string GetNameCore()
Returns
System.String
|
GetPattern(PatternInterface)
Declaration
public override object GetPattern(PatternInterface patternInterface)
Parameters
System.Windows.Automation.Peers.PatternInterface
patternInterface
|
Returns
System.Object
|
SetValue(Double)
Declaration
public void SetValue(double value)
Parameters
System.Double
value
|
Toggle()
Declaration
public void Toggle()