AngleSharp by AngleSharp

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

.NET API 1,224,704 bytes

 IHtmlMenuItemElement

Represents the menuitem HTML element.

Gets the assigned master command, if any.

string Icon { get; set; }

Gets or sets the icon for the command.

bool IsChecked { get; set; }

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

bool IsDefault { get; set; }

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

bool IsDisabled { get; set; }

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

string Label { get; set; }

Gets or sets the user-visible label.

string RadioGroup { get; set; }

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

string Type { get; set; }

Gets or sets the type of command.