MenuBindingsEditor Class

Provides a component editor for the DataBindings collection of the associated Menu control.

Namespace: System.Web.UI.Design.WebControls
Assembly: System.Design (in system.design.dll)

public ref class MenuBindingsEditor : public UITypeEditor
public class MenuBindingsEditor extends UITypeEditor
public class MenuBindingsEditor extends UITypeEditor
Not applicable.

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.

No code example is currently available or this language may not be supported.

System.Object
   System.Drawing.Design.UITypeEditor
    System.Web.UI.Design.WebControls.MenuBindingsEditor

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Windows 98, Windows Server 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.

.NET Framework

Supported in: 3.0, 2.0

Community Additions

ADD
Show: