Represents an automation peer for the RadMenuItem class, enabling UI automation interaction for menu items. This class provides methods to retrieve custom property values relating to the associated RadMenuItem and to provide help text and status information. It includes functionality specific to WPF automation features, such as retrieving details about the menu item's input gestures, icon, check state, and dropdown settings for accessibility purposes.
Definition
Namespace:Telerik.Windows.Automation.Peers
Assembly:Telerik.Windows.Controls.Navigation.dll
Syntax:
public class RadMenuItemAutomationPeer : RadMenuItemAutomationPeer, IExpandCollapseProvider, IToggleProvider, IInvokeProvider
Inheritance: objectRadMenuItemAutomationPeerRadMenuItemAutomationPeer
Derived Classes:
Implements:
Inherited Members
Constructors
Initializes a new instance of the RadMenuItemAutomationPeer class. Automation Peer for the RadMenuItem class.
public RadMenuItemAutomationPeer(RadMenuItem 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.