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
Constructors
Initializes a new instance of the RadMenuAutomationPeer class. Automation Peer for the RadMenu class.
C#
public RadMenuAutomationPeer(RadMenu owner)
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.