Keeping context menu open even after clicking?

C

Carl Mercier

Hi,

I'm trying to add a context menu to my form that would contain only
items that can be checked. I would like the context menu to stay open
when the user clicks an item. This way, they wouldn't need to re-open
the context menu to check 5 or 6 items at once.

So basically, open the context menu, check a few items, then click out
of the context menu to close it.

Is it possible? I thought about reopening the menu after every click
but that seems like a stupid solution (and the flickering is ugly).

Thanks!

Carl
 
S

Stoitcho Goutsev \(100\) [C# MVP]

Hi Carl,

AFAIK it is not possible with standart Windows menus. They are designed to
work in the way they work.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top