WinForms › Binary Menu Controls
Binary Menu Controls
.NET 6 / 8 / 10v1.0.0WinForms
An extended professional MenuControl suite for WinForms
4public types
18public members
3namespaces
Assembly
| Assembly | Binarymission.WinForms.Controls.ExtendedMenuControls.dll |
| Target frameworks | .NET 6 / 8 / 10 |
Getting started
using Binarymission.WinForms.Controls;
// Designer: build the solution once, then drag RendererThemeKind from the Toolbox onto a form.
// In code:
var rendererThemeKind = new RendererThemeKind
{
Dock = DockStyle.Fill,
};
this.Controls.Add(rendererThemeKind);
API reference
Binarymission.WinForms.Controls.ExtendedMenuControls
class ExtendedContextMenuStrip | A custom ContextMenuStrip implementation that provides ready-to-use professionally configured rendering. |
Binarymission.WinForms.Controls.ExtendedMenuControls.Abstractions
interface IMenuStripColorTable | A custom interface that allows one to implement a custom color table for use in rendering the ExtendedContextMenuStrip. |
Binarymission.WinForms.Controls.ExtendedMenuControls.Models
enum ArrowKind | Lists the built-in menu expansion arrow size. |
enum RendererThemeKind | List of built-in Menu themes. |