September 17, 2010
DevComponents.Silverlight.Controls.MenuItem is the default container for the objects in the Items collections of ContextMenu, PopupMenu, Menu and MenuItem. MenuItem is an ItemsHostControl. When its Items collection is empty, a menu item functions much like a button. When the user clicks on it (specifically, left mouse button up) it raises its Click event and executes its [...]