AngleSharp by Florian Rappl

<PackageReference Include="AngleSharp" Version="0.7.0" />

.NET API 997,888 bytes

 HTMLMenuItemElement

Represents the HTML menuitem element.
public enum ItemType

An enumeration of possible type states for a menuitem.

public IHtmlElement Command { get; }

Gets the assigned master command, if any.

public string Icon { get; set; }

Gets or sets the icon for the command.

public bool IsChecked { get; set; }

Gets or sets if the menuitem element is checked or not.

public bool IsDefault { get; set; }

Gets or sets if the menuitem element is the default command.

public bool IsDisabled { get; set; }

Gets or sets if the menuitem element is enabled or disabled.

public string Label { get; set; }

Gets or sets the user-visible label.

public string RadioGroup { get; set; }

Gets or sets the name of group of commands to treat as a radio button group.

public string Type { get; set; }

Gets or sets the type of command.