Provides the AutomationPeer for the RadContextMenu class. This class is responsible for exposing the properties and behaviors of the RadContextMenu to accessibility clients, allowing them to interact with the RadContextMenu in a meaningful way.
Definition
Namespace:Telerik.Windows.Automation.Peers
Assembly:Telerik.Windows.Controls.Navigation.dll
Syntax:
C#
public class RadContextMenuAutomationPeer : RadContextMenuAutomationPeer, IExpandCollapseProvider
Inheritance: objectRadContextMenuAutomationPeerRadContextMenuAutomationPeer
Implements:
Inherited Members
Constructors
Initializes a new instance of the RadContextMenuAutomationPeer class. Automation Peer for the RadContextMenu class.
C#
public RadContextMenuAutomationPeer(RadContextMenu 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.