WinForms › Binary 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
ArrowColor | Gets the arrow color. |
ArrowColorWhenItemSelected | Gets the arrow color when a menu item is selected. |
ArrowRenderingStyle | Gets the ArrowKind to use in rendering. |
MenuItemTextColor | Gets the menu-item text color. |
MenuItemTextColorWhenItemSelected | Gets 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.