SelectionNotifyingMenuItem Class
The SelectionNotifyingMenuItem tracks child SelectionNotifyingMenuItems and provides notification to its parent if it becomes selected.
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 SelectionNotifyingMenuItem _
Inherits MenuItem
public class SelectionNotifyingMenuItem : MenuItem
public ref class SelectionNotifyingMenuItem : public MenuItem
public class SelectionNotifyingMenuItem extends MenuItem
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.HeaderedItemsControl
System.Windows.Controls.MenuItem
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.Controls.SelectionNotifyingMenuItem
See Also
SelectionNotifyingMenuItem Members
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.Controls Namespace