Provides the automation peer for the RadHyperlinkButton control, enabling it to expose its properties and behavior to accessibility tools.
Definition
Namespace:Telerik.Windows.Automation.Peers
Assembly:Telerik.Windows.Controls.dll
Syntax:
C#
public class RadHyperlinkButtonAutomationPeer : RadButtonAutomationPeer
Inheritance: objectRadButtonAutomationPeerRadHyperlinkButtonAutomationPeer
Inherited Members
Constructors
Initializes a new instance of the RadHyperlinkButtonAutomationPeer class.
C#
public RadHyperlinkButtonAutomationPeer(RadHyperlinkButton owner)
The owner.
Methods
Returns the name of the UIElement that is associated with this . This method is called by .
C#
protected override string GetClassNameCore()
The name of the owner type that is associated with this . See Remarks.
Overrides:
When overridden in a derived class, is called by .