Class RadRadioButtonAutomationPeer
Exposes Rad
Inheritance
Namespace: Telerik.Windows.Automation.Peers
Assembly: Telerik.Windows.Controls.dll
Syntax
public class RadRadioButtonAutomationPeer : RadioButtonAutomationPeer, IToggleProvider
Constructors
RadRadioButtonAutomationPeer(RadRadioButton)
Initializes a new instance of the Rad
Declaration
public RadRadioButtonAutomationPeer(RadRadioButton owner)
Parameters
Rad The owner. |
Properties
ToggleState
Gets the toggle state of the control.
Declaration
public ToggleState ToggleState { get; }
Property Value
System. The toggle state of the control, as a value of the enumeration. |
Methods
GetAutomationControlTypeCore()
Returns the control type for the System.
Declaration
protected override AutomationControlType GetAutomationControlTypeCore()
Returns
System. A value of the enumeration. |
GetAutomationIdCore()
Returns the string that uniquely identifies the System.
Declaration
protected override string GetAutomationIdCore()
Returns
System. The automation identifier for the element associated with the System. |
GetClassNameCore()
Returns the name of the System.
Declaration
protected override string GetClassNameCore()
Returns
System. The name of the owner type that is associated with this System. |
GetHelpTextCore()
Returns the string that describes the functionality of the System.
Declaration
protected override string GetHelpTextCore()
Returns
System. The help text, or System. |
GetItemStatusCore()
Declaration
protected override string GetItemStatusCore()
Returns
System.
|
GetNameCore()
Returns the text label of the System.
Declaration
protected override string GetNameCore()
Returns
System. The text label of the element that is associated with this automation peer. |
GetPattern(PatternInterface)
Returns the control pattern for the System.
Declaration
public override object GetPattern(PatternInterface patternInterface)
Parameters
System. One of the enumeration values. |
Returns
System. See Remarks. |
Toggle()
Cycles through the toggle states of a control.
Declaration
public void Toggle()