Share via


SelectionNotifyingContextMenu Class

The SelectionNotifyingContextMenu tracks the currently selected SelectionNotifyingMenuItem as the user navigates through the menu.
This is used by the design-time infrastructure and is not intended to be used directly from your code.

Namespace:  Microsoft.Practices.EnterpriseLibrary.Configuration.Design.Controls
Assembly:  Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime (in Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime.dll)

Syntax

'Declaration
Public Class SelectionNotifyingContextMenu _
    Inherits ContextMenu
public class SelectionNotifyingContextMenu : ContextMenu
public ref class SelectionNotifyingContextMenu : public ContextMenu
public class SelectionNotifyingContextMenu extends ContextMenu

Inheritance Hierarchy

System.Object
  System.Windows.Threading.DispatcherObject
    System.Windows.DependencyObject
      System.Windows.Media.Visual
        System.Windows.UIElement
          System.Windows.FrameworkElement
            System.Windows.Controls.Control
              System.Windows.Controls.ItemsControl
                System.Windows.Controls.Primitives.MenuBase
                  System.Windows.Controls.ContextMenu
                    Microsoft.Practices.EnterpriseLibrary.Configuration.Design.Controls.SelectionNotifyingContextMenu

See Also

SelectionNotifyingContextMenu Members

Microsoft.Practices.EnterpriseLibrary.Configuration.Design.Controls Namespace