System.ComponentModel.Design.MenuCommand public class MenuCommand Documentation public virtual bool Checked { get; set; } public virtual CommandID CommandID { get; } public virtual bool Enabled { get; set; } public virtual int OleStatus { get; } public virtual IDictionary Properties { get; } public virtual bool Supported { get; set; } public virtual bool Visible { get; set; } public event EventHandler CommandChanged public MenuCommand(EventHandler handler, CommandID command) public virtual void Invoke() public virtual void Invoke(object arg) protected virtual void OnCommandChanged(EventArgs e)