MenuItemCollectionEditor Class
Assembly: System.Design (in System.Design.dll)
The MenuItemCollectionEditor class provides a user interface for editing the MenuItem elements of the collection that is specified by the Items property within the associated Menu control.
The MenuItemCollectionEditor is invoked by selecting the ellipsis (…) button on the Items property in the Properties grid of the visual designer, or by choosing Edit Menu Items from the Common Tasks context menu on the control.
The EditValue method edits the values of the menu item collection of the associated Menu control. The GetEditStyle method gets the editing style that is associated with this editor.
The following code example shows how to use the EditorAttribute attribute to associate the MenuItemCollectionEditor and UITypeEditor (the collection editor base class) classes with a property in a custom control, derived from the WebControl class, that gets and sets a MenuItemCollection collection.
System.Drawing.Design::UITypeEditor
System.Web.UI.Design.WebControls::MenuItemCollectionEditor
Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.