WinForms › Menu Item
Menu Item
.NET Framework 4.8WinForms
5public types
54public members
1namespaces
Assembly
| Assembly | Binarymission.WinForms.Controls.BinaryMenuItem.dll |
| Root namespace | Binarymission.WinForms.Controls.MenuControls |
| Target frameworks | .NET Framework 4.8 |
Getting started
using Binarymission.WinForms.Controls.MenuControls;
// Designer: build the solution once, then drag BinaryMenuItem from the Toolbox onto a form.
// In code:
var binaryMenuItem = new BinaryMenuItem
{
Dock = DockStyle.Fill,
};
this.Controls.Add(binaryMenuItem);
API reference
Binarymission.WinForms.Controls.MenuControls
class BinaryMenuItem | BinaryMenuItem provides a feature-packed and extended "Owner-drawn" MenuItem component for building MainMenus and ContextMenus for the Microsoft WinForms© .NET platform. |
class BinaryMenuItemManager | BinaryMenuItemManager is the property manager class, which lets you set various properties to be applicable across all instances of BinaryMenuItem objects. |
enum MenuItemSelectionColorRenderingStyle | Lists the possible rendering styles, to render the menu item's selection area drawing. |
enum MenuRenderingStyle | Lists the possible types of theme emulation, when drawing the menu items's side bar (the left-hand side bar) when drawing the menu items with MenuSideBarRenderingStyle as GradientBrushStyle style. |
enum MenuSideBarRenderingStyle | Lists the possible styles of rendering the menu items. |