MenuBase Class
Provides a base class for both actions and groups.
Namespace: Microsoft.Windows.Design.Interaction
Assembly: Microsoft.Windows.Design.Extensibility (in Microsoft.Windows.Design.Extensibility.dll)
Syntax
'Declaration
Public MustInherit Class MenuBase _
Implements INotifyPropertyChanged
'Usage
Dim instance As MenuBase
public abstract class MenuBase : INotifyPropertyChanged
public ref class MenuBase abstract : INotifyPropertyChanged
public abstract class MenuBase implements INotifyPropertyChanged
Remarks
MenuBase supports data binding.
Inheritance Hierarchy
System.Object
Microsoft.Windows.Design.Interaction.MenuBase
Microsoft.Windows.Design.Interaction.MenuAction
Microsoft.Windows.Design.Interaction.MenuGroup
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Reference
Microsoft.Windows.Design.Interaction Namespace