I want to make a custom renderer for ToolStrip, but all the manuals and guides are written in C#.
Here is an example https://www.codeproject.com/Articles/29497/Custom-Rendering-for-the-ToolStrip-MenuStrip-and-S
I tried porting this code to C++, but I didn't really succeed, since I don't really understand C#.
How to do it in C++/CLI?
That's if anyone needs my solution to the problem...
CustomColorTable.h
In your form with MenuStrip
You can also do this for ToolStrip, you just need to change the names of the properties in CustomColorTable.h
Names of the properties can be found here