Customize ToolStripMenuItems in c#
问题 I need to customize the ToolStripMenuItems in my application. Each ToolStripMenuItem that open a submenu has a black arrow near the text. I want to change some colors (MenuItemSelected, MenuItemBorder, MenuItemSelectedGradientBegin, ...) and the color of this arrow too. I've created a class MyColor to solve the first problem public class MyColorTable : ProfessionalColorTable { public override Color MenuItemSelected { get { return Color.Silver; } } public override Color MenuItemBorder { get {