ClassRibbonRadioButtonAutomationPeer
UI Automation Peer class for RadRibbonRadioButton.
Definition
Namespace:Telerik.Windows.Automation.Peers
Assembly:Telerik.Windows.Controls.RibbonView.dll
Syntax:
public class RibbonRadioButtonAutomationPeer : RadRadioButtonAutomationPeer, IToggleProvider
Inheritance: objectRadRadioButtonAutomationPeerRibbonRadioButtonAutomationPeer
Implements:
Inherited Members
Constructors
RibbonRadioButtonAutomationPeer(RadRibbonRadioButton)
Initializes a new instance of the RibbonRadioButtonAutomationPeer class.
Declaration
public RibbonRadioButtonAutomationPeer(RadRibbonRadioButton owner)
Parameters
owner
Methods
GetClassNameCore()
Returns the name of the UIElement that is associated with this . This method is called by .
Declaration
protected override string GetClassNameCore()
Returns
The name of the owner type that is associated with this . See Remarks.
Overrides
GetHelpTextCore()
Returns the string that describes the functionality of the FrameworkElement that is associated with this . This method is called by .
GetItemStatusCore()
Declaration
protected override string GetItemStatusCore()
Returns
Overrides
GetNameCore()
Returns the text label of the FrameworkElement that is associated with this . This method is called by .
Declaration
protected override string GetNameCore()
Returns
The text label of the element that is associated with this automation peer.
Overrides