HypernovaDesktop Components · docs
Binarymission
WinForms › Menu Item

Menu Item

.NET Framework 4.8WinForms
5public types
54public members
1namespaces

Assembly

AssemblyBinarymission.WinForms.Controls.BinaryMenuItem.dll
Root namespaceBinarymission.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 BinaryMenuItemBinaryMenuItem provides a feature-packed and extended "Owner-drawn" MenuItem component for building MainMenus and ContextMenus for the Microsoft WinForms© .NET platform.
class BinaryMenuItemManagerBinaryMenuItemManager is the property manager class, which lets you set various properties to be applicable across all instances of BinaryMenuItem objects.
enum MenuItemSelectionColorRenderingStyleLists the possible rendering styles, to render the menu item's selection area drawing.
enum MenuRenderingStyleLists 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 MenuSideBarRenderingStyleLists the possible styles of rendering the menu items.