winforms
winforms copied to clipboard
MFT_MENUBREAK or MFT_MENUBARBREAK flags for ContextMenuStrip
Is your feature request related to a problem? Please describe
Unlike ContextMenu, ContextMenuStrip seems to be missing the MFT_MENUBREAK or MFT_MENUBARBREAK flags.
Please implement these.
Perhaps via ToolStripProfessionalRenderer?
Describe the solution you'd like and alternatives you've considered
As shown above.
Will this feature affect UI controls?
ContextMenuStrip
Can you show us what you'd like to accomplish here? We may already have some workarounds for you, otherwise this is something we would absolutely consider. But clarification in an image would be very helpful.
Using MFC, it is possible to display multi-column context menus by means of the MFT_MENUBREAK and MFT_MENUBARBREAK flags.
Say:


This feature could be just as useful with ContextMenuStrip.