Represents a selectable item inside a Menu or another MenuItem.

Namespace: Mindscape.SilverlightElements
Assembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public class MenuItem : HeaderedItemsControl, INotifyPropertyChanged
Visual Basic
Public Class MenuItem _
	Inherits HeaderedItemsControl _
	Implements INotifyPropertyChanged
Visual C++
public ref class MenuItem : public HeaderedItemsControl, 
	INotifyPropertyChanged

Inheritance Hierarchy

See Also