RadControls for Silverlight

The AutomationPeer associated with the RadContextMenu class.

Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.Navigation (in Telerik.Windows.Controls.Navigation.dll) Version: 2013.1.403.1050

Syntax

C#
public class RadContextMenuAutomationPeer : FrameworkElementAutomationPeer, 
	IExpandCollapseProvider
Visual Basic
Public Class RadContextMenuAutomationPeer _
	Inherits FrameworkElementAutomationPeer _
	Implements IExpandCollapseProvider

Inheritance Hierarchy

System..::..Object
  System.Windows..::..DependencyObject
    System.Windows.Automation.Peers..::..AutomationPeer
      System.Windows.Automation.Peers..::..FrameworkElementAutomationPeer
        Telerik.Windows.Controls..::..RadContextMenuAutomationPeer
          Telerik.Windows.Automation.Peers..::..RadContextMenuAutomationPeer

See Also