ContextMenu Color

patrick

Well-known member
Joined
Dec 5, 2021
Messages
306
Programming Experience
1-3
Hello


Is there a way to display different colors in the ContextMenu ?

Display ContextMenu various colors based on the Separator of ContextMenu.

In ContextMenu,

delete3.png



delete.png






Is there a class that links to ContextMenu?


Please Help me
 
Last edited:
What UI framework are you using? Is this WinForms, WPF, MAUI.NET, or what?

If WinForms, did you look into owner-drawn menu items?
If WPF, did you look into customizing the menu items in XAML?
 
Back
Top Bottom