MenuBindingsEditor Class
Assembly: System.Design (in system.design.dll)
The MenuBindingsEditor class provides a user interface for editing the MenuItemBinding elements of the DataBindings collection within the associated Menu control.
The MenuBindingsEditor object is invoked by selecting the ellipsis (…) button on the DataBindings 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 data bindings 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 MenuBindingsEditor class and the UITypeEditor class (the bindings editor base class) 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.MenuBindingsEditor
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.