Class
RadPathButtonAutomationPeer

Provides the automation peer for the RadPathButton control, enabling UI automation support and accessibility features. This class derives from RadButtonAutomationPeer and implements methods to provide information about the RadPathButton such as its class name, help text, and additional properties for UI automation tools. The RadPathButtonAutomationPeer allows assistive technologies to interact with the RadPathButton control, enhancing the user experience for individuals who rely on these technologies.

Definition

Namespace:Telerik.Windows.Automation.Peers

Assembly:Telerik.Windows.Controls.dll

Syntax:

cs-api-definition
public class RadPathButtonAutomationPeer : RadButtonAutomationPeer

Inheritance: objectRadButtonAutomationPeerRadPathButtonAutomationPeer

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

Constructors

RadPathButtonAutomationPeer(RadPathButton)

Initializes a new instance of the RadPathButtonAutomationPeer class.

Declaration

cs-api-definition
public RadPathButtonAutomationPeer(RadPathButton owner)

Parameters

owner

RadPathButton

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()