New to Telerik UI for WPFStart a free 30-day trial

Represents the automation peer for the RadMenu class, enabling UI automation support for automation clients. This class provides methods to retrieve custom properties, help text, and status of the RadMenu items.

Definition

Namespace:Telerik.Windows.Automation.Peers

Assembly:Telerik.Windows.Controls.Navigation.dll

Syntax:

C#
public class RadMenuAutomationPeer : RadMenuAutomationPeer

Inheritance: objectRadMenuAutomationPeerRadMenuAutomationPeer

Inherited Members RadMenuAutomationPeer.GetAutomationControlTypeCore()RadMenuAutomationPeer.GetNameCore()

Constructors

Initializes a new instance of the RadMenuAutomationPeer class. Automation Peer for the RadMenu class.

C#
public RadMenuAutomationPeer(RadMenu owner)
Parameters:ownerRadMenu

The object that is associated with this AutomationPeer.

Methods

Returns the name of the class associated with this AutomationPeer. This method is called by AutomationPeer.GetClassName.

C#
protected override string GetClassNameCore()
Returns:

string

Overrides: RadMenuAutomationPeer.GetClassNameCore()

C#
protected override string GetHelpTextCore()
Returns:

string

C#
protected override string GetItemStatusCore()
Returns:

string