HTMLMenuElement public sealed class HTMLMenuElement : HTMLElement Represents the HTML menu element. Documentation Code public enum MenuType All possible values for the type of the menu. public string Label { get; set; } Gets or sets the text label of the menu element. public MenuType Type { get; set; } Gets or sets the type of the menu element.