The Drawing.MenuItem class represents a bindable Windows Forms ToolStripMenuItem. The MenuItem class is inherited from the System.Windows.Forms.ToolStripMenuItem class and implements the System.Windows.Forms.IBindableComponent interface. The following describes only the properties, methods and events defined through the MenuItem class. For a list of properties, methods and events inherited from the System.Windows.Forms.ToolStripMenuItem calss and System.Windows.Forms.IBindableComponent interface see the .NET Framework reference.

Syntax

public class MenuItem : System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms.IBindableComponent
Public Class MenuItem
  Inherits System.Windows.Forms.ToolStripMenuItem
  Implements System.Windows.Forms.IBindableComponent

Introduced: X13.