Class
RadHyperlinkButtonAutomationPeer

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:

cs-api-definition
public class RadHyperlinkButtonAutomationPeer : RadButtonAutomationPeer

Inheritance: objectRadButtonAutomationPeerRadHyperlinkButtonAutomationPeer

Inherited Members RadButtonAutomationPeer.Invoke()RadButtonAutomationPeer.GetPattern(PatternInterface)RadButtonAutomationPeer.GetAutomationControlTypeCore()RadButtonAutomationPeer.GetAutomationIdCore()RadButtonAutomationPeer.GetNameCore()

Constructors

RadHyperlinkButtonAutomationPeer(RadHyperlinkButton)

Initializes a new instance of the RadHyperlinkButtonAutomationPeer class.

Declaration

cs-api-definition
public RadHyperlinkButtonAutomationPeer(RadHyperlinkButton owner)

Parameters

owner

RadHyperlinkButton

The owner.

Methods

GetClassNameCore()

Returns the name of the UIElement that is associated with this . This method is called by .

Declaration

cs-api-definition
protected override string GetClassNameCore()

Returns

string

The name of the owner type that is associated with this . See Remarks.

Overrides RadButtonAutomationPeer.GetClassNameCore()

GetHelpTextCore()

Returns the string that describes the functionality of the FrameworkElement that is associated with this . This method is called by .

Declaration

cs-api-definition
protected override string GetHelpTextCore()

Returns

string

The help text, or Empty if there is no help text.

Overrides RadButtonAutomationPeer.GetHelpTextCore()

GetItemStatusCore()

Declaration

cs-api-definition
protected override string GetItemStatusCore()

Returns

string

Overrides RadButtonAutomationPeer.GetItemStatusCore()

GetLocalizedControlTypeCore()

When overridden in a derived class, is called by .

Declaration

cs-api-definition
protected override string GetLocalizedControlTypeCore()

Returns

string

The type of the control.