ClassRadContextMenuAutomationPeer
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:
public class RadContextMenuAutomationPeer : RadContextMenuAutomationPeer, IExpandCollapseProvider
Inheritance: objectRadContextMenuAutomationPeerRadContextMenuAutomationPeer
Implements:
Inherited Members
Constructors
RadContextMenuAutomationPeer(RadContextMenu)
Initializes a new instance of the RadContextMenuAutomationPeer class. Automation Peer for the RadContextMenu class.
Declaration
public RadContextMenuAutomationPeer(RadContextMenu owner)
Parameters
owner
The object that is associated with this AutomationPeer.
Methods
GetClassNameCore()
Returns the name of the class associated with this AutomationPeer. This method is called by AutomationPeer.GetClassName.