HypernovaDesktop Components · docs
Binarymission
WinFormsBinary Menu Controls › IMenuStripColorTable

IMenuStripColorTable

interface.NET 6 / 8 / 10Binarymission.WinForms.Controls.ExtendedMenuControls.Abstractions

A custom interface that allows one to implement a custom color table for use in rendering the ExtendedContextMenuStrip.

public interface IMenuStripColorTable

Members at a glance

ArrowColorGets the arrow color.
ArrowColorWhenItemSelectedGets the arrow color when a menu item is selected.
ArrowRenderingStyleGets the ArrowKind to use in rendering.
MenuItemTextColorGets the menu-item text color.
MenuItemTextColorWhenItemSelectedGets the menu-item text color when a menu item is selected.

Properties

ArrowColor

Color ArrowColor

Gets the arrow color.

ArrowColorWhenItemSelected

Color ArrowColorWhenItemSelected

Gets the arrow color when a menu item is selected.

ArrowRenderingStyle

ArrowKind ArrowRenderingStyle

Gets the ArrowKind to use in rendering.

MenuItemTextColor

Color MenuItemTextColor

Gets the menu-item text color.

MenuItemTextColorWhenItemSelected

Color MenuItemTextColorWhenItemSelected

Gets the menu-item text color when a menu item is selected.