HTMLMenuItemElement public sealed class HTMLMenuItemElement : HTMLElement Documentation Code public enum ItemType public const string Tag = "menuitem" public bool Checked { get; set; } public Element Command { get; } public bool Default { get; set; } public bool Disabled { get; set; } public string Icon { get; set; } public string Label { get; set; } public string Radiogroup { get; set; } public ItemType Type { get; set; } public HTMLMenuItemElement()