MenuItemStyleCollectionEditor Class
Assembly: System.Design (in system.design.dll)
The MenuItemStyleCollectionEditor class provides a user interface for editing the MenuItemStyle elements of MenuItemStyleCollection objects in the associated Menu control at design time, under the control of the MenuDesigner object.
There is a MenuItemStyleCollection associated with each of the LevelMenuItemStyles and LevelSelectedStyles properties of the Menu control. These MenuItemStyleCollection objects are used to apply styles to menu items that depend on their level (nesting depth) in the menu structure.
The MenuItemStyleCollectionEditor is invoked, for example, by selecting the ellipsis button (…) on the LevelMenuItemStyles or LevelSelectedStyles row in the Properties grid of the visual designer.
The CanSelectMultipleInstances method always returns false to indicate that only one object can be selected at a time in the editor. The CreateCollectionForm method creates a new form to display and edit the current MenuItemStyleCollection.
The CreateInstance method creates a new instance of the specified collection item type. The CreateNewItemTypes method returns an array of types that the editor can create.
The following code example shows how to use the EditorAttribute attribute to associate the MenuItemStyleCollectionEditor and UITypeEditor classes (the collection editor base class) with a property in a custom control, derived from the WebControl class, that gets and sets a MenuItemStyleCollection collection.
System.Drawing.Design.UITypeEditor
System.ComponentModel.Design.CollectionEditor
System.Web.UI.Design.WebControls.MenuItemStyleCollectionEditor
Windows 98, Windows 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.